From e7620319a4035c78d3ff990814d3c85a9661835c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 3 May 2004 12:19:01 +0000 Subject: [PATCH] Now links against GNU's stdio/libio instead of BSD's for binary compatibility with BeOS. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7365 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index d4cb63f72f..81ede5a5ea 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -134,9 +134,9 @@ KernelLd libroot.so : posix_math.o posix_math_arch_$(OBOS_ARCH).o posix_signal.o - posix_stdio.o -# posix_gnu_libio.o -# posix_gnu_stdio.o +# posix_stdio.o + posix_gnu_libio.o + posix_gnu_stdio.o posix_stdlib.o posix_string.o posix_sys.o