diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 00:17:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 00:17:44 +0000 |
commit | d3181d18144c86428e2d1255191ff6a469a1a4ab (patch) | |
tree | c453767f78eba7ea533ae116883d8fc6e9b59204 /extra/Configs | |
parent | 8d212fdefaa169f216537bd911e57aaa2fc2f27d (diff) |
Update doc reference
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.alpha | 2 | ||||
-rw-r--r-- | extra/Configs/Config.arm | 2 | ||||
-rw-r--r-- | extra/Configs/Config.cris | 2 | ||||
-rw-r--r-- | extra/Configs/Config.h8300 | 2 | ||||
-rw-r--r-- | extra/Configs/Config.i386 | 2 | ||||
-rw-r--r-- | extra/Configs/Config.i386.default | 13 | ||||
-rw-r--r-- | extra/Configs/Config.i960 | 2 | ||||
-rw-r--r-- | extra/Configs/Config.in | 2 | ||||
-rw-r--r-- | extra/Configs/Config.in.arch | 2 | ||||
-rw-r--r-- | extra/Configs/Config.m68k | 2 | ||||
-rw-r--r-- | extra/Configs/Config.mips | 2 | ||||
-rw-r--r-- | extra/Configs/Config.mipsel | 2 | ||||
-rw-r--r-- | extra/Configs/Config.powerpc | 2 | ||||
-rw-r--r-- | extra/Configs/Config.sh | 2 | ||||
-rw-r--r-- | extra/Configs/Config.sparc | 2 | ||||
-rw-r--r-- | extra/Configs/Config.v850 | 2 |
16 files changed, 22 insertions, 21 deletions
diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha index 0f55c3252..b8c9f2505 100644 --- a/extra/Configs/Config.alpha +++ b/extra/Configs/Config.alpha @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index f458f23a1..244226446 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.cris b/extra/Configs/Config.cris index 4d3514689..012c39ca4 100644 --- a/extra/Configs/Config.cris +++ b/extra/Configs/Config.cris @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 8c17d89a9..8620dfa4a 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 55f609bb6..338981875 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.i386.default b/extra/Configs/Config.i386.default index bc215596f..ed118c95f 100644 --- a/extra/Configs/Config.i386.default +++ b/extra/Configs/Config.i386.default @@ -5,21 +5,19 @@ # # Target Architecture Features and Options # +HAVE_ELF=y CONFIG_386=y # CONFIG_486 is not set # CONFIG_586 is not set -# CONFIG_586TSC is not set # CONFIG_586MMX is not set # CONFIG_686 is not set # CONFIG_PENTIUMIII is not set # CONFIG_PENTIUM4 is not set # CONFIG_K6 is not set # CONFIG_K7 is not set -# CONFIG_ELAN is not set # CONFIG_CRUSOE is not set # CONFIG_WINCHIPC6 is not set # CONFIG_WINCHIP2 is not set -# CONFIG_WINCHIP3D is not set # CONFIG_CYRIXIII is not set UCLIBC_HAS_MMU=y UCLIBC_HAS_FLOATS=y @@ -27,9 +25,7 @@ HAS_FPU=y # DO_C99_MATH is not set WARNINGS="-Wall" KERNEL_SOURCE="/usr/src/linux" -UCLIBC_UCLINUX_BROKEN_MUNMAP=y -HAVE_ELF=y -# HAVE_DOT_HIDDEN is not set +C_SYMBOL_PREFIX="" # # General Library Settings @@ -37,6 +33,7 @@ HAVE_ELF=y DOPIC=y HAVE_SHARED=y BUILD_UCLIBC_LDSO=y +LDSO_LDD_SUPPORT=y UCLIBC_HAS_THREADS=y UCLIBC_HAS_LFS=y # MALLOC is not set @@ -64,8 +61,12 @@ ASSUME_DEVPTS=y SHARED_LIB_LOADER_PATH="$(DEVEL_PREFIX)/lib" DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" SYSTEM_DEVEL_PREFIX="$(DEVEL_PREFIX)" +DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr" # # uClibc hacking options # # DODEBUG is not set +# DOASSERTS is not set +SUPPORT_LD_DEBUG=y +SUPPORT_LD_DEBUG_EARLY=y diff --git a/extra/Configs/Config.i960 b/extra/Configs/Config.i960 index ac35628c2..cf3938ad8 100644 --- a/extra/Configs/Config.i960 +++ b/extra/Configs/Config.i960 @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index a5b820101..96c7e0e4b 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index da64668e8..08adea63d 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # config UCLIBC_HAS_MMU diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index 48c70fe54..77ba79408 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 0f55c3252..b8c9f2505 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index 0f55c3252..b8c9f2505 100644 --- a/extra/Configs/Config.mipsel +++ b/extra/Configs/Config.mipsel @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 0f55c3252..b8c9f2505 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index bcd273487..eeee4ba26 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index 4d3514689..012c39ca4 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" diff --git a/extra/Configs/Config.v850 b/extra/Configs/Config.v850 index 3ec971e5e..8a54a8fae 100644 --- a/extra/Configs/Config.v850 +++ b/extra/Configs/Config.v850 @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/config-language.txt. +# see extra/config/Kconfig-language.txt # mainmenu "uClibc C Library Configuration" |