From a64f4d5b57c05822aa8c9267f7e25cf42d1856d4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Oct 2002 16:49:19 +0000 Subject: Patch from Stefan Allius : ----------------------------------- In extra/Configs/Config.sh I added the INCLUDE_PTHREADS statement and change the default values for BUILD_UCLIBC_LDSO and HAVE_SHARED. ----------------------------------- In extra/scripts/initfini.pl My last patch removes two labels, which migth be used by the .size statements. (Sorry, but I'm a perl beginner) I fixed it. ----------------------------------- In libc/sysdeps/linux/common/initfini.c I fixed two warnings "nested extern declaration of `i_am_not_a_leaf.. ----------------------------------- In libc/sysdeps/linux/sh/__init_brl.c brk.c sbrk.c I fixed some compiler warnings which comes from a wrong inclusion order. ----------------------------------- --- extra/Configs/Config.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'extra/Configs/Config.sh') diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index a88f9d601..87ad02c30 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -144,6 +144,10 @@ INCLUDE_FULL_RPC = false # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false +# If you want to include threads support, enable this. The C library will +# be compiled thread-safe, and the libpthread library will be built. +INCLUDE_THREADS = true + # If you want to support only Unix 98 PTYs enable this. Some older # applications may need this disabled. For most current programs, # you can generally leave this true. @@ -162,10 +166,10 @@ DOPIC = false # Enable support for shared libraries? If this is false, you can # ignore all the rest of the options in this file... -HAVE_SHARED = false +HAVE_SHARED = true # uClibc has a native shared library loader for some architectures. -BUILD_UCLIBC_LDSO=false +BUILD_UCLIBC_LDSO= true # If you are using shared libraries, but do not want/have a native # uClibc shared library loader, please specify the name of your -- cgit v1.2.3