Browse Source

Scrub up a few little things.

Eric Andersen 22 years ago
parent
commit
ef91508f14

+ 0 - 2
extra/Configs/Config.arm

@@ -192,5 +192,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 0 - 2
extra/Configs/Config.cross.arm.uclinux

@@ -188,5 +188,3 @@ SYSTEM_DEVEL_PREFIX = /
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 7 - 9
extra/Configs/Config.i386

@@ -40,7 +40,7 @@ STRIPTOOL = $(CROSS)strip
 
 # Set the following to `true' to make a debuggable build, and `false' for
 # production builds.
-DODEBUG = false
+DODEBUG = true
 
 # Compiler warnings you want to see 
 WARNINGS=-Wall
@@ -65,7 +65,7 @@ HAS_FLOATING_POINT = true
 
 # Set to `true' if you want the math library to contain the full set
 # of C99 math library features.  Costs an extra 35k or so on x86. 
-DO_C99_MATH = false
+DO_C99_MATH = true
 
 # Set this to `false' if you don't have/need "(unsigned) long long int" support.
 # Set it to `true' otherwise.
@@ -74,7 +74,7 @@ DO_C99_MATH = false
 HAS_LONG_LONG = true
 
 # Set this to 'false if you don't need shadow password support.
-HAS_SHADOW = false
+HAS_SHADOW = true
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
 # Note: Currently only affects the ctype functions.  You must also generate
@@ -111,7 +111,7 @@ UNIFIED_SYSCALL = false
 
 # If you want large file support (greater then 2 GiB) turn this on.
 # Do not enable this unless your kernel provides large file support.
-DOLFS = false
+DOLFS = true
 
 # Posix regular expression code is really big -- 27k all by itself.
 # If you don't use regular expressions, turn this off and save space.
@@ -122,7 +122,7 @@ INCLUDE_REGEX=true
 # If you want to include RPC support, enable this.  RPC is almost never used 
 # for anything except NFS support, so unless you plan to use NFS, leave this
 # disabled.  This is off by default.
-INCLUDE_RPC = false
+INCLUDE_RPC = true
 
 # If you want to include support for the next version of the Internet
 # Protocol: IP version 6, enable this.  This is off by default.
@@ -131,7 +131,7 @@ INCLUDE_IPV6 = false
 # 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.
-UNIX98PTY_ONLY = true
+UNIX98PTY_ONLY = false
 
 # Enable this if /dev/pts is on a devpts or devfs file system.  Both
 # these filesystems automatically manage permissions on the /dev/pts 
@@ -142,7 +142,7 @@ ASSUME_DEVPTS = true
 
 # If you want to compile the library as PIC code, turn this on.
 # This is automagically enabled when HAVE_SHARED is true
-DOPIC = false
+DOPIC = true
 
 # Enable support for shared libraries?  If this is false, you can
 # ignore all the rest of the options in this file...
@@ -188,5 +188,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 0 - 2
extra/Configs/Config.m68k

@@ -200,5 +200,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 0 - 2
extra/Configs/Config.m68k.coff

@@ -203,5 +203,3 @@ SYSTEM_DEVEL_PREFIX = /
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 2 - 4
extra/Configs/Config.mips

@@ -51,11 +51,11 @@ WARNINGS=-Wall
 # can't do that. Similarly, if you compile uClibc vs Linux 2.4.x kernel headers,
 # but then run on Linux 2.0.x, lchown will be compiled into uClibc, but won't
 # work at all.  You have been warned.
-KERNEL_SOURCE=/home/ds/mips/linux-2.4.3-pre3-idt-rthal
+KERNEL_SOURCE=/usr/src/linux
 
 # Set this to `false' if your CPU doesn't have a memory management unit (MMU).
 # Set it to `true' otherwise.
-HAS_MMU = false
+HAS_MMU = true
 
 # Set this to `false' if you don't have/need basic floating point support
 # support in libc (strtod, printf, scanf).  Set it to `true' otherwise.
@@ -187,5 +187,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 2 - 4
extra/Configs/Config.mipsel

@@ -51,11 +51,11 @@ WARNINGS=-Wall
 # can't do that. Similarly, if you compile uClibc vs Linux 2.4.x kernel headers,
 # but then run on Linux 2.0.x, lchown will be compiled into uClibc, but won't
 # work at all.  You have been warned.
-KERNEL_SOURCE=/home/ds/mips/linux-2.4.3-pre3-idt-rthal
+KERNEL_SOURCE=/usr/src/linux
 
 # Set this to `false' if your CPU doesn't have a memory management unit (MMU).
 # Set it to `true' otherwise.
-HAS_MMU = false
+HAS_MMU = true
 
 # Set this to `false' if you don't have/need basic floating point support
 # support in libc (strtod, printf, scanf).  Set it to `true' otherwise.
@@ -187,5 +187,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 0 - 2
extra/Configs/Config.powerpc

@@ -196,5 +196,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 0 - 2
extra/Configs/Config.sh

@@ -212,5 +212,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-

+ 0 - 2
extra/Configs/Config.v850e

@@ -194,5 +194,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
-PREFIX =
-