From a3810a32ee0031e4884ec768161d0cf7cf60a9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 10 Mar 2005 19:51:31 +0000 Subject: [PATCH] added modules for glibc replaced ctype.o with glibc ones git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11659 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 4e0c871634..052ed3dd2e 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -141,10 +141,14 @@ KernelLd libroot.so : posix_math_arch_$(OBOS_ARCH).o posix_signal.o posix_stdio.o + posix_gnu_arch_$(OBOS_ARCH).o + posix_gnu_ctype.o posix_gnu_ext.o posix_gnu_libio.o + posix_gnu_locale.o posix_gnu_regex.o posix_gnu_stdio.o + posix_gnu_stdlib.o posix_gnu_wcsmbs.o posix_stdlib.o posix_string.o @@ -187,7 +191,9 @@ KernelStaticLibraryObjects librld.a : <$(SOURCE_GRIST)!libroot!posix>errno.o - <$(SOURCE_GRIST)!libroot!posix!locale>ctype.o + <$(SOURCE_GRIST)!libroot!posix!glibc!ctype>ctype-info.o + <$(SOURCE_GRIST)!libroot!posix!glibc!locale>C-ctype.o + <$(SOURCE_GRIST)!libroot!posix!glibc!locale>C_name.o <$(SOURCE_GRIST)!libroot>kernel_vsprintf.o <$(SOURCE_GRIST)!libroot!posix!unistd>open.o