From 242e9fa2e72650a617721457e203ef43d97a53da Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 07:45:01 +0000 Subject: Update default config files --- extra/Configs/Config.alpha | 12 +++++------- extra/Configs/Config.arm | 12 +++++------- extra/Configs/Config.cross.arm.uclinux | 12 +++++------- extra/Configs/Config.h8300 | 12 +++++------- extra/Configs/Config.i386 | 12 +++++------- extra/Configs/Config.i960 | 12 +++++------- extra/Configs/Config.m68k | 12 +++++------- extra/Configs/Config.m68k.coff | 12 +++++------- extra/Configs/Config.mips | 14 ++++++-------- extra/Configs/Config.mipsel | 14 ++++++-------- extra/Configs/Config.powerpc | 12 +++++------- extra/Configs/Config.sh | 12 +++++------- extra/Configs/Config.sparc | 12 +++++------- extra/Configs/Config.v850e | 12 +++++------- 14 files changed, 72 insertions(+), 100 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha index d5160c1fa..539093939 100644 --- a/extra/Configs/Config.alpha +++ b/extra/Configs/Config.alpha @@ -98,13 +98,6 @@ HAS_WCHAR = false #MALLOC = malloc MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 = true @@ -120,6 +113,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 7c91b5fc6..8dfb0a511 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -102,13 +102,6 @@ HAS_WCHAR = false #MALLOC = malloc MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -124,6 +117,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux index 30a915f26..ff14d7f3b 100644 --- a/extra/Configs/Config.cross.arm.uclinux +++ b/extra/Configs/Config.cross.arm.uclinux @@ -103,13 +103,6 @@ MALLOC = malloc # will do very bad things on MMU-less systems... EXCLUDE_BRK=true -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -125,6 +118,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 716c19d57..14d719e55 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -101,13 +101,6 @@ HAS_WCHAR = false MALLOC = malloc #MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -UNIFIED_SYSCALL = false - # If you want large file summit support (greater then 2 Gib), # turn this on. This has no effect unless your kernel supports # lfs. This currently does nothing, but may someday... @@ -118,6 +111,11 @@ DOLFS = false # disabled. This is off by default. INCLUDE_RPC = true +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 0125417e7..8f50ef4e7 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -98,13 +98,6 @@ HAS_WCHAR = false #MALLOC = malloc MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -120,6 +113,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.i960 b/extra/Configs/Config.i960 index 0c073e9e8..e0ac01b7a 100644 --- a/extra/Configs/Config.i960 +++ b/extra/Configs/Config.i960 @@ -103,13 +103,6 @@ MALLOC = malloc # will do very bad things on MMU-less systems... EXCLUDE_BRK=true -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -125,6 +118,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = true +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index 6a68fe786..b022a8e1c 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -103,13 +103,6 @@ MALLOC = malloc # will do very bad things on MMU-less systems... EXCLUDE_BRK=true -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -125,6 +118,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = true +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff index 73cc40d23..0138a0c57 100644 --- a/extra/Configs/Config.m68k.coff +++ b/extra/Configs/Config.m68k.coff @@ -103,13 +103,6 @@ MALLOC = malloc # will do very bad things on MMU-less systems... EXCLUDE_BRK=true -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -125,6 +118,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = true +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 75ad13b43..4ea3c130e 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -101,13 +101,6 @@ HAS_WCHAR = false #MALLOC = malloc MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -123,6 +116,11 @@ INCLUDE_REGEX = true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false @@ -195,4 +193,4 @@ DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr # If you want 'make install' to install everything under a temporary # directory, the define PREFIX during the install step, # i.e., 'make PREFIX=/var/tmp/uClibc install'. -PREFIX = $(TOPDIR)/_install +#PREFIX = $(TOPDIR)/_install diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index c302199f7..4e00504e1 100644 --- a/extra/Configs/Config.mipsel +++ b/extra/Configs/Config.mipsel @@ -101,13 +101,6 @@ HAS_WCHAR = false #MALLOC = malloc MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -123,6 +116,11 @@ INCLUDE_REGEX = true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false @@ -195,4 +193,4 @@ DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr # If you want 'make install' to install everything under a temporary # directory, the define PREFIX during the install step, # i.e., 'make PREFIX=/var/tmp/uClibc install'. -PREFIX = $(TOPDIR)/_install +#PREFIX = $(TOPDIR)/_install diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 1d1cacf68..873f1a91e 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -98,13 +98,6 @@ HAS_WCHAR = false #MALLOC = malloc MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -120,6 +113,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 0b6fccc25..29c4e29ef 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -122,13 +122,6 @@ HAS_WCHAR = false MALLOC = malloc #MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -144,6 +137,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index f96e83020..9e88ef32f 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -103,13 +103,6 @@ MALLOC = malloc-930716 # will do very bad things on MMU-less systems... EXCLUDE_BRK=false -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 @@ -125,6 +118,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index bd0a62c9b..144c5ab79 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -100,13 +100,6 @@ HAS_WCHAR = false MALLOC = malloc #MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -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 = true @@ -122,6 +115,11 @@ INCLUDE_REGEX=true # disabled. This is off by default. INCLUDE_RPC = false +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false -- cgit v1.2.3