This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-26 08:51:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cc92636de0
genode
/
repos
/
libports
/
lib
/
mk
/
libc_fuse.mk
8 lines
105 B
Makefile
Raw
Normal View
History
Unescape
Escape
libports: add FUSE implementation This FUSE implementation consists of libfuse, which provides a subset of the FUSE 2.6 API and libc_fuse, which provides support for accessing FUSE based file system via the libc. Fixes #942.
2013-11-11 14:58:59 +00:00
LIBS
=
libc libfuse
SRC_CC
=
plugin.cc
v
p
a
t
h
%
.
c
c
$(
REP_DIR
)
/
s
r
c
/
l
i
b
/
l
i
b
c
_
f
u
s
e
Exclude higher-level repos from strict warnings This is a follow-up commit to "Increase default warning level", which overrides Genode's new default warning level for targets contained in higher-level repositories. By explicitly whitelisting all those targets, we can selectively adjust them to the new strictness over time - by looking out for 'CC_CXX_WARN_STRICT' in the target description files. Issue #465
2018-01-03 17:40:54 +00:00
CC_CXX_WARN_STRICT
=
Reference in New Issue
Copy Permalink