svn commit: branches/uClibc-nptl/extra/Configs: defconfigs
carmelo at uclibc.org
carmelo at uclibc.org
Sun Mar 16 00:39:52 PDT 2008
Author: carmelo
Date: 2008-03-16 00:39:51 -0700 (Sun, 16 Mar 2008)
New Revision: 21333
Log:
Merge nptl branch tree with trunk.
Step 4: merge extra/Configs folder
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
Added:
branches/uClibc-nptl/extra/Configs/Config.avr32
branches/uClibc-nptl/extra/Configs/Config.xtensa
branches/uClibc-nptl/extra/Configs/defconfigs/
branches/uClibc-nptl/extra/Configs/defconfigs/alpha
branches/uClibc-nptl/extra/Configs/defconfigs/arm
branches/uClibc-nptl/extra/Configs/defconfigs/avr32
branches/uClibc-nptl/extra/Configs/defconfigs/bfin
branches/uClibc-nptl/extra/Configs/defconfigs/cris
branches/uClibc-nptl/extra/Configs/defconfigs/e1
branches/uClibc-nptl/extra/Configs/defconfigs/frv
branches/uClibc-nptl/extra/Configs/defconfigs/h8300
branches/uClibc-nptl/extra/Configs/defconfigs/hppa
branches/uClibc-nptl/extra/Configs/defconfigs/i386
branches/uClibc-nptl/extra/Configs/defconfigs/i960
branches/uClibc-nptl/extra/Configs/defconfigs/ia64
branches/uClibc-nptl/extra/Configs/defconfigs/m68k
branches/uClibc-nptl/extra/Configs/defconfigs/microblaze
branches/uClibc-nptl/extra/Configs/defconfigs/mips
branches/uClibc-nptl/extra/Configs/defconfigs/nios
branches/uClibc-nptl/extra/Configs/defconfigs/nios2
branches/uClibc-nptl/extra/Configs/defconfigs/powerpc
branches/uClibc-nptl/extra/Configs/defconfigs/sh
branches/uClibc-nptl/extra/Configs/defconfigs/sh64
branches/uClibc-nptl/extra/Configs/defconfigs/sparc
branches/uClibc-nptl/extra/Configs/defconfigs/v850
branches/uClibc-nptl/extra/Configs/defconfigs/vax
branches/uClibc-nptl/extra/Configs/defconfigs/x86_64
Removed:
branches/uClibc-nptl/extra/Configs/Config.default
Modified:
branches/uClibc-nptl/extra/Configs/Config.alpha
branches/uClibc-nptl/extra/Configs/Config.arm
branches/uClibc-nptl/extra/Configs/Config.bfin
branches/uClibc-nptl/extra/Configs/Config.cris
branches/uClibc-nptl/extra/Configs/Config.e1
branches/uClibc-nptl/extra/Configs/Config.frv
branches/uClibc-nptl/extra/Configs/Config.h8300
branches/uClibc-nptl/extra/Configs/Config.hppa
branches/uClibc-nptl/extra/Configs/Config.i386
branches/uClibc-nptl/extra/Configs/Config.i960
branches/uClibc-nptl/extra/Configs/Config.ia64
branches/uClibc-nptl/extra/Configs/Config.in
branches/uClibc-nptl/extra/Configs/Config.in.arch
branches/uClibc-nptl/extra/Configs/Config.m68k
branches/uClibc-nptl/extra/Configs/Config.microblaze
branches/uClibc-nptl/extra/Configs/Config.mips
branches/uClibc-nptl/extra/Configs/Config.nios
branches/uClibc-nptl/extra/Configs/Config.nios2
branches/uClibc-nptl/extra/Configs/Config.powerpc
branches/uClibc-nptl/extra/Configs/Config.sh
branches/uClibc-nptl/extra/Configs/Config.sh64
branches/uClibc-nptl/extra/Configs/Config.sparc
branches/uClibc-nptl/extra/Configs/Config.v850
branches/uClibc-nptl/extra/Configs/Config.vax
branches/uClibc-nptl/extra/Configs/Config.x86_64
Changeset:
Modified: branches/uClibc-nptl/extra/Configs/Config.alpha
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.alpha 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.alpha 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "alpha"
config FORCE_OPTIONS_FOR_ARCH
@@ -16,6 +17,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.arm
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.arm 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.arm 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "arm"
config FORCE_OPTIONS_FOR_ARCH
@@ -14,9 +15,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target ABI"
default CONFIG_ARM_OABI
@@ -101,6 +99,14 @@
bool "Arm 1136JF-S"
select ARCH_HAS_MMU
+config CONFIG_ARM1176JZ_S
+ bool "Arm 1176JZ-S"
+ select ARCH_HAS_MMU
+
+config CONFIG_ARM1176JZF_S
+ bool "Arm 1176JZF-S"
+ select ARCH_HAS_MMU
+
config CONFIG_ARM_SA110
bool "Intel StrongArm SA-110"
select ARCH_HAS_MMU
Added: branches/uClibc-nptl/extra/Configs/Config.avr32
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.avr32 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/Config.avr32 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1,31 @@
+#
+# For a description of the syntax of this configuration file,
+# see extra/config/Kconfig-language.txt
+#
+
+config TARGET_ARCH
+ string
+ default "avr32"
+
+config FORCE_OPTIONS_FOR_ARCH
+ bool
+ default y
+ select ARCH_BIG_ENDIAN
+ select FORCE_SHAREABLE_TEXT_SEGMENTS
+
+config ARCH_CFLAGS
+ string
+
+choice
+ prompt "Target CPU Type"
+ default CONFIG_AVR32_AP7
+
+config CONFIG_AVR32_AP7
+ bool "AVR32 AP7"
+ select ARCH_HAS_MMU
+
+endchoice
+
+config LINKRELAX
+ bool "Enable linker optimizations"
+ default y
Modified: branches/uClibc-nptl/extra/Configs/Config.bfin
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.bfin 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.bfin 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "bfin"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,6 +16,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.cris
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.cris 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.cris 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "cris"
config FORCE_OPTIONS_FOR_ARCH
@@ -14,9 +15,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target Architecture Type"
default CONFIG_CRIS
Deleted: branches/uClibc-nptl/extra/Configs/Config.default
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.default 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.default 2008-03-16 07:39:51 UTC (rev 21333)
@@ -1,2 +0,0 @@
-# This file is empty to let people select their own
-# build options however they like....
Modified: branches/uClibc-nptl/extra/Configs/Config.e1
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.e1 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.e1 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "e1"
config FORCE_OPTIONS_FOR_ARCH
@@ -20,6 +21,3 @@
config ARCH_CFLAGS
string
default "-mgnu-param"
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.frv
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.frv 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.frv 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "frv"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,6 +16,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.h8300
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.h8300 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.h8300 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "h8300"
config FORCE_OPTIONS_FOR_ARCH
@@ -28,6 +29,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.hppa
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.hppa 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.hppa 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "hppa"
config FORCE_OPTIONS_FOR_ARCH
@@ -17,6 +18,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.i386
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.i386 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.i386 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "i386"
config FORCE_OPTIONS_FOR_ARCH
@@ -12,12 +13,6 @@
select ARCH_LITTLE_ENDIAN
select ARCH_HAS_MMU
-config ARCH_CFLAGS
- string
-
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target x86 Processor Family"
default CONFIG_GENERIC_386
Modified: branches/uClibc-nptl/extra/Configs/Config.i960
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.i960 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.i960 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "i960"
config FORCE_OPTIONS_FOR_ARCH
@@ -16,6 +17,3 @@
config ARCH_CFLAGS
string
default "-mh -mint32 -fsigned-char"
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.ia64
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.ia64 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.ia64 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "ia64"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,6 +16,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.in
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.in 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.in 2008-03-16 07:39:51 UTC (rev 21333)
@@ -16,6 +16,9 @@
config TARGET_arm
bool "arm"
+config TARGET_avr32
+ bool "avr32"
+
config TARGET_bfin
bool "bfin"
@@ -79,6 +82,9 @@
config TARGET_x86_64
bool "x86_64"
+config TARGET_xtensa
+ bool "xtensa"
+
endchoice
@@ -92,6 +98,10 @@
source "extra/Configs/Config.arm"
endif
+if TARGET_avr32
+source "extra/Configs/Config.avr32"
+endif
+
if TARGET_bfin
source "extra/Configs/Config.bfin"
endif
@@ -176,6 +186,10 @@
source "extra/Configs/Config.x86_64"
endif
+if TARGET_xtensa
+source "extra/Configs/Config.xtensa"
+endif
+
config TARGET_SUBARCH
string
default "e500" if CONFIG_E500
@@ -460,7 +474,7 @@
help
The behavior of malloc(0) is listed as implementation-defined by
SuSv3. Glibc returns a valid pointer to something, while uClibc
- normally return a NULL. I personally feel glibc's behavior is
+ normally returns NULL. I personally feel glibc's behavior is
not particularly safe, and allows buggy applications to hide very
serious problems.
@@ -468,7 +482,7 @@
return a live pointer when someone calls malloc(0). This pointer
provides a malloc'ed area with a size of 1 byte. This feature is
mostly useful when dealing with applications using autoconf's broken
- AC_FUNC_MALLOC macro (which redefines malloc as rpl_malloc if it
+ AC_FUNC_MALLOC macro (which redefines malloc as rpl_malloc if it
does not detect glibc style returning-a-valid-pointer-for-malloc(0)
behavior). Most people can safely answer N.
@@ -634,6 +648,30 @@
endmenu
+menu "Advanced Library Settings"
+
+config UCLIBC_PWD_BUFFER_SIZE
+ int "Buffer size for getpwnam() and friends"
+ default 256
+ range 12 1024
+ help
+ This sets the value of the buffer size for getpwnam() and friends.
+ By default, this is 256. (For reference, glibc uses 1024).
+ The value can be found using sysconf() with the _SC_GETPW_R_SIZE_MAX
+ parameter.
+
+config UCLIBC_GRP_BUFFER_SIZE
+ int "Buffer size for getgrnam() and friends"
+ default 256
+ range 256 1024
+ help
+ This sets the value of the buffer size for getgrnam() and friends.
+ By default, this is 256. (For reference, glibc uses 1024).
+ The value can be found using sysconf() with the _SC_GETGR_R_SIZE_MAX
+ parameter.
+
+endmenu
+
menu "Networking Support"
config UCLIBC_HAS_IPV6
@@ -686,6 +724,15 @@
Most people can safely answer N.
+config UCLIBC_HAS_BSD_RES_CLOSE
+ bool "Support res_close() (bsd-compat)"
+ default n
+ help
+ Answer Y if you desperately want to support BSD compatibility in
+ the network code.
+
+ Most people will say N.
+
endmenu
@@ -1097,6 +1144,8 @@
Most people will answer N.
+ Application writers: use the strerror(3) function.
+
config UCLIBC_HAS_SIGNUM_MESSAGES
bool "Include the signum message text in the library"
default y
Modified: branches/uClibc-nptl/extra/Configs/Config.in.arch
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.in.arch 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.in.arch 2008-03-16 07:39:51 UTC (rev 21333)
@@ -123,8 +123,8 @@
such as printf() and scanf() will still be included in the library,
but will not contain support for floating point numbers.
- Answering N to this option can reduce the size of uClibc. Most people
- will answer Y.
+ Answering N to this option can reduce the size of uClibc.
+ Most people will answer Y.
config UCLIBC_HAS_FPU
bool "Target CPU has a floating point unit (FPU)"
@@ -159,17 +159,27 @@
If your applications require the newer C99 math library functions,
then answer Y.
+config UCLIBC_HAS_FENV
+ bool "Enable C99 Floating-point environment"
+ depends on UCLIBC_HAS_FLOATS
+ default n
+ help
+ If you want the uClibc math library to contain the C99 floating
+ point environment, rounding and exception handling functions then
+ say Y here.
+
config KERNEL_HEADERS
string "Linux kernel header location"
- default "/usr/src/linux/include"
+ default "/usr/include"
help
- The kernel source you use to compile with should be the same as the
- Linux kernel you run your apps on. uClibc doesn't even try to achieve binary
- compatibility across kernel versions. So don't expect, for example, uClibc
- compiled with Linux kernel 2.0.x to implement lchown properly, since 2.0.x
- 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.
+ The kernel source you use to compile with should be the same
+ as the Linux kernel you run your apps on. uClibc doesn't even
+ try to achieve binary compatibility across kernel versions.
+ So don't expect, for example, uClibc compiled with Linux kernel
+ 2.0.x to implement lchown properly, since 2.0.x 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.
config UCLIBC_UCLINUX_BROKEN_MUNMAP
bool
Modified: branches/uClibc-nptl/extra/Configs/Config.m68k
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.m68k 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.m68k 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "m68k"
config FORCE_OPTIONS_FOR_ARCH
@@ -14,6 +15,3 @@
config ARCH_CFLAGS
string
default "-Wa,--bitwise-or"
-
-config LIBGCC_CFLAGS
- string
Modified: branches/uClibc-nptl/extra/Configs/Config.microblaze
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.microblaze 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.microblaze 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "microblaze"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,9 +16,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
config CROSS
string
default "mb-"
Modified: branches/uClibc-nptl/extra/Configs/Config.mips
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.mips 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.mips 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "mips"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,9 +16,6 @@
string
default "-mno-split-addresses"
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target ABI"
default CONFIG_MIPS_O32_ABI
Modified: branches/uClibc-nptl/extra/Configs/Config.nios
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.nios 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.nios 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "nios"
config FORCE_OPTIONS_FOR_ARCH
@@ -18,8 +19,5 @@
string
default "-funaligned-struct-hack"
-config LIBGCC_CFLAGS
- string
-
config CROSS
string
Modified: branches/uClibc-nptl/extra/Configs/Config.nios2
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.nios2 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.nios2 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "nios2"
config FORCE_OPTIONS_FOR_ARCH
@@ -17,8 +18,5 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
config CROSS
string
Modified: branches/uClibc-nptl/extra/Configs/Config.powerpc
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.powerpc 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.powerpc 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "powerpc"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,5 +16,23 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
+choice
+ prompt "Target Processor Type"
+ default CONFIG_CLASSIC
+ help
+ This is the processor core of your CPU. This information is used for
+ determining the correct assembler instructions to use for the core.
+
+ The default is to build for a classic powerpc.
+
+config CONFIG_CLASSIC
+ bool "CLASSIC"
+ help
+ Classic powerpc architecture.
+
+config CONFIG_E500
+ bool "E500"
+ help
+ e500 v1 and v2 core.
+
+endchoice
Modified: branches/uClibc-nptl/extra/Configs/Config.sh
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.sh 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.sh 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "sh"
config FORCE_OPTIONS_FOR_ARCH
@@ -14,9 +15,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target Processor Type"
default CONFIG_SH4
@@ -48,6 +46,7 @@
config CONFIG_SH4
select FORCE_SHAREABLE_TEXT_SEGMENTS
bool "SH4"
+
endchoice
config ARCH_HAS_BWD_MEMCPY
Modified: branches/uClibc-nptl/extra/Configs/Config.sh64
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.sh64 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.sh64 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "sh64"
config FORCE_OPTIONS_FOR_ARCH
@@ -14,9 +15,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target Processor Type"
default CONFIG_SH5
Modified: branches/uClibc-nptl/extra/Configs/Config.sparc
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.sparc 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.sparc 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "sparc"
config FORCE_OPTIONS_FOR_ARCH
@@ -14,9 +15,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
choice
prompt "Target Processor Type"
default CONFIG_SPARC_V8
Modified: branches/uClibc-nptl/extra/Configs/Config.v850
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.v850 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.v850 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "v850"
config FORCE_OPTIONS_FOR_ARCH
@@ -16,9 +17,6 @@
config ARCH_CFLAGS
string
-config LIBGCC_CFLAGS
- string
-
config CROSS
string
default "v850e-elf-"
Modified: branches/uClibc-nptl/extra/Configs/Config.vax
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.vax 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.vax 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "vax"
config FORCE_OPTIONS_FOR_ARCH
@@ -18,9 +19,6 @@
config ARCH_LDFLAGS
string
-config LIBGCC_CFLAGS
- string
-
config CROSS
string
default "vax-linux-uclibc-"
Modified: branches/uClibc-nptl/extra/Configs/Config.x86_64
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.x86_64 2008-03-16 07:35:04 UTC (rev 21332)
+++ branches/uClibc-nptl/extra/Configs/Config.x86_64 2008-03-16 07:39:51 UTC (rev 21333)
@@ -4,6 +4,7 @@
#
config TARGET_ARCH
+ string
default "x86_64"
config FORCE_OPTIONS_FOR_ARCH
@@ -15,6 +16,3 @@
config ARCH_CFLAGS
string
-
-config LIBGCC_CFLAGS
- string
Added: branches/uClibc-nptl/extra/Configs/Config.xtensa
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.xtensa (rev 0)
+++ branches/uClibc-nptl/extra/Configs/Config.xtensa 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see extra/config/kconfig-language.txt
+#
+
+config TARGET_ARCH
+ string
+ default "xtensa"
+
+config ARCH_CFLAGS
+ string
+
Added: branches/uClibc-nptl/extra/Configs/defconfigs/alpha
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/alpha (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/alpha 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_alpha=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/arm
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/arm (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/arm 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_arm=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/avr32
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/avr32 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/avr32 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_avr32=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/bfin
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/bfin (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/bfin 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_bfin=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/cris
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/cris (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/cris 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_cris=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/e1
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/e1 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/e1 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_e1=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/frv
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/frv (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/frv 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_frv=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/h8300
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/h8300 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/h8300 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_h8300=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/hppa
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/hppa (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/hppa 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_hppa=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/i386
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/i386 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/i386 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_i386=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/i960
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/i960 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/i960 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_i960=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/ia64
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/ia64 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/ia64 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_ia64=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/m68k
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/m68k (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/m68k 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_m68k=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/microblaze
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/microblaze (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/microblaze 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_microblaze=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/mips
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/mips (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/mips 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_mips=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/nios
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/nios (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/nios 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_nios=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/nios2
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/nios2 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/nios2 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_nios2=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/powerpc
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/powerpc (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/powerpc 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_powerpc=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/sh
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/sh (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/sh 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_sh=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/sh64
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/sh64 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/sh64 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_sh64=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/sparc
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/sparc (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/sparc 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_sparc=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/v850
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/v850 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/v850 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_v850=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/vax
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/vax (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/vax 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_vax=y
Added: branches/uClibc-nptl/extra/Configs/defconfigs/x86_64
===================================================================
--- branches/uClibc-nptl/extra/Configs/defconfigs/x86_64 (rev 0)
+++ branches/uClibc-nptl/extra/Configs/defconfigs/x86_64 2008-03-16 07:39:51 UTC (rev 21333)
@@ -0,0 +1 @@
+TARGET_x86_64=y
More information about the uClibc-cvs
mailing list