diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-06-05 22:07:29 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-06-05 22:07:29 +0000 |
commit | b1a66dd673551810a34579245bd728519756e81d (patch) | |
tree | 2cbef227aa345221318c677be9da0420199004c3 /toolchain/uClibc/uClibc.config | |
parent | d56e2b342f29df43839f684b977879ca8718c0e8 (diff) | |
download | buildroot-novena-b1a66dd673551810a34579245bd728519756e81d.tar.gz buildroot-novena-b1a66dd673551810a34579245bd728519756e81d.zip |
Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.
Also update the uClibc config for some of the recent target and CPU
variant additions.
Diffstat (limited to 'toolchain/uClibc/uClibc.config')
-rw-r--r-- | toolchain/uClibc/uClibc.config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/toolchain/uClibc/uClibc.config b/toolchain/uClibc/uClibc.config index 4b1b8e83f..cee8a81a0 100644 --- a/toolchain/uClibc/uClibc.config +++ b/toolchain/uClibc/uClibc.config @@ -11,6 +11,7 @@ # TARGET_hppa is not set # TARGET_i386 is not set # TARGET_i960 is not set +# TARGET_ia64 is not set # TARGET_m68k is not set # TARGET_microblaze is not set # TARGET_mips is not set @@ -21,6 +22,7 @@ # TARGET_sh64 is not set # TARGET_sparc is not set # TARGET_v850 is not set +# TARGET_vax is not set # TARGET_x86_64 is not set # @@ -30,9 +32,11 @@ HAVE_ELF=y TARGET_ARCH="none" # ARCH_LITTLE_ENDIAN is not set # ARCH_BIG_ENDIAN is not set +# ARCH_WANTS_LITTLE_ENDIAN is not set +# ARCH_WANTS_BIG_ENDIAN is not set # ARCH_HAS_NO_MMU is not set UCLIBC_HAS_FLOATS=y -HAS_FPU=y +UCLIBC_HAS_FPU=y DO_C99_MATH=y WARNINGS="-Wall" KERNEL_SOURCE="/usr/src/linux" @@ -40,6 +44,7 @@ HAVE_DOT_CONFIG=y # CONFIG_GENERIC_ARM is not set # CONFIG_ARM610 is not set # CONFIG_ARM710 is not set +# CONFIG_ARM7TDMI is not set # CONFIG_ARM720T is not set # CONFIG_ARM920T is not set # CONFIG_ARM922T is not set |