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 00:41:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d26554f38d
genode
/
repos
/
dde_linux
/
lib
/
mk
/
libc_lxip.mk
8 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
lxip/libc_lxip: adjust to new Genode API
2017-02-07 09:42:58 +00:00
SRC_CC
=
plugin.cc
lxip: Port of the Linux TCP/IP stack
2013-08-26 11:58:58 +00:00
v
p
a
t
h
%
.
c
c
$(
REP_DIR
)
/
s
r
c
/
l
i
b
/
l
i
b
c
_
l
x
i
p
libc: reintegrate libc_resolv library Remove getaddrinfo and freeaddrinfo from the Libc::Plugin and get rid of the extra libc_resolv library. Remove getaddrinfo/freeaddrinfo symbol hiding patch for FreeBSD sources. Remove libc_resolv from Makefiles and run scenarios. Fix #2273
2017-09-14 19:00:36 +00:00
LIBS
+=
lxip libc
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