xref: /haiku/src/system/libroot/posix/glibc/stdlib/Jamfile (revision 5af32e752606778be5dd7379f319fe43cb3f6b8c)
1*5af32e75SAxel DörflerSubDir OBOS_TOP src kernel libroot posix glibc stdlib ;
2*5af32e75SAxel Dörfler
3*5af32e75SAxel DörflerSubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc include arch $(OBOS_ARCH) ;
4*5af32e75SAxel Dörfler
5*5af32e75SAxel DörflerKernelMergeObject posix_gnu_stdlib.o :
6*5af32e75SAxel Dörfler	fpioconst.c
7*5af32e75SAxel Dörfler	: -fPIC -DPIC
8*5af32e75SAxel Dörfler	;
9