mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
447329eaee
commit
918281b01f
11
tool/sdk/genode-libc.pc.in
Normal file
11
tool/sdk/genode-libc.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=!SDK_DIR!
|
||||
includedir=${prefix}/include/libc
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: genode-libc
|
||||
Description: Genode C runtime library
|
||||
URL: https://genode.org/
|
||||
Version: !VERSION!
|
||||
Requires: genode-base genode-vfs
|
||||
Cflags: -D__FreeBSD__=8 -D__ISO_C_VISIBLE=1999 -fno-builtin-sin -fno-builtin-cos -fno-builtin-sinf -fno-builtin-cosf -I${includedir} -I${includedir}/libc -I${includedir}/libc/libc -I${includedir}/libc-genode
|
||||
Libs: ${libdir}/libc.lib.so ${libdir}/libm.lib.so
|
||||
Reference in New Issue
Block a user