summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-01 11:48:10 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-01 11:48:10 +0000
commitef91508f142522306f52dc20108c0597c2857485 (patch)
treeae15e56782ddbf6ef083ad0c10fddb9ca5a8a146 /extra
parentc5ffc06cace91cf3aa4a6c0c14ca19411f546cb1 (diff)
Scrub up a few little things.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm2
-rw-r--r--extra/Configs/Config.cross.arm.uclinux2
-rw-r--r--extra/Configs/Config.i38616
-rw-r--r--extra/Configs/Config.m68k2
-rw-r--r--extra/Configs/Config.m68k.coff2
-rw-r--r--extra/Configs/Config.mips6
-rw-r--r--extra/Configs/Config.mipsel6
-rw-r--r--extra/Configs/Config.powerpc2
-rw-r--r--extra/Configs/Config.sh2
-rw-r--r--extra/Configs/Config.v850e2
10 files changed, 11 insertions, 31 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 77094d75f..dc1df89f9 100644
--- a/extra/Configs/Config.arm
+++ b/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 =
-
diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux
index 5e905f636..b834a0e81 100644
--- a/extra/Configs/Config.cross.arm.uclinux
+++ b/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 =
-
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index ef2ee4e22..b0555c673 100644
--- a/extra/Configs/Config.i386
+++ b/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 =
-
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k
index fd6a7da6e..4c0cc0d09 100644
--- a/extra/Configs/Config.m68k
+++ b/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 =
-
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index 00576be6b..6cc9c8059 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/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 =
-
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 1416a3ed1..0e85cfe80 100644
--- a/extra/Configs/Config.mips
+++ b/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 =
-
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index 1416a3ed1..0e85cfe80 100644
--- a/extra/Configs/Config.mipsel
+++ b/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 =
-
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index 432d835c5..f54fba44c 100644
--- a/extra/Configs/Config.powerpc
+++ b/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 =
-
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh
index daf685491..4970a9f6c 100644
--- a/extra/Configs/Config.sh
+++ b/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 =
-
diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e
index 7e0135707..091c69a2f 100644
--- a/extra/Configs/Config.v850e
+++ b/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 =
-