Make sure the config system asks stuff when it should, and doen't
authorEric Andersen <andersen@codepoet.org>
Fri, 7 Nov 2003 04:50:00 +0000 (04:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 7 Nov 2003 04:50:00 +0000 (04:50 -0000)
ask when it shouldn't...

sources/uClibc.config

index d38ca852c0b4944fd80ccb996f94c477f8aa8a62..c5111ae1cd6d107d1a269ada0f985cb9f162f408 100644 (file)
 #
 HAVE_ELF=y
 TARGET_ARCH="none"
-UCLIBC_HAS_FLOATS=y
+# ARCH_LITTLE_ENDIAN is not set
+# ARCH_BIG_ENDIAN is not set
+# ARCH_HAS_NO_MMU is not set
+# UCLIBC_HAS_MMU is not set
+# UCLIBC_HAS_FLOATS is not set
 # ARCH_HAS_NO_FPU is not set
-HAS_FPU=y
+# HAS_FPU is not set
 DO_C99_MATH=y
 WARNINGS="-Wall"
 KERNEL_SOURCE="/usr/src/linux"