summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-05 01:27:22 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-05 01:27:22 +0000
commit55b7ab982f13e72386ddf7621224acc198b50420 (patch)
tree0adf1a55b269202ca1ca2e54770d2e311d5a87c4 /sources
parent2a1f90c518f4bc6b5295a6cf6893fab9c9ec43e2 (diff)
Yet more adaption for arches such as mipsel. Do not provide
defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt.
Diffstat (limited to 'sources')
-rw-r--r--sources/uClibc.config32
1 files changed, 0 insertions, 32 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index f023406f6..b87042da2 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -1,51 +1,19 @@
#
# Automatically generated make config: don't edit
#
-# TARGET_alpha is not set
-# TARGET_arm is not set
-# TARGET_cris is not set
-# TARGET_e1 is not set
-# TARGET_h8300 is not set
TARGET_i386=y
-# TARGET_i960 is not set
-# TARGET_m68k is not set
-# TARGET_microblaze is not set
-# TARGET_mips is not set
-# TARGET_powerpc is not set
-# TARGET_sh is not set
-# TARGET_sparc is not set
-# TARGET_v850 is not set
#
# Target Architecture Features and Options
#
HAVE_ELF=y
TARGET_ARCH="i386"
-CONFIG_GENERIC_386=y
-# CONFIG_386 is not set
-# CONFIG_486 is not set
-# CONFIG_586 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_CRUSOE is not set
-# CONFIG_WINCHIPC6 is not set
-# CONFIG_WINCHIP2 is not set
-# CONFIG_CYRIXIII is not set
-ARCH_LITTLE_ENDIAN=y
-# ARCH_BIG_ENDIAN is not set
-# ARCH_HAS_NO_MMU is not set
-UCLIBC_HAS_MMU=y
UCLIBC_HAS_FLOATS=y
# ARCH_HAS_NO_FPU is not set
HAS_FPU=y
DO_C99_MATH=y
WARNINGS="-Wall"
KERNEL_SOURCE="/usr/src/linux"
-C_SYMBOL_PREFIX=""
HAVE_DOT_CONFIG=y
#