summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-07 04:50:00 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-07 04:50:00 +0000
commit495279039a3d5390199d567122058a74cfe2a7db (patch)
tree84950eafcf7c933f7f5c7dbf1824ffd5feea6c7e /sources
parent24314c704fc74d4bcfd935edfd622b56f0ce3afe (diff)
downloadbuildroot-novena-495279039a3d5390199d567122058a74cfe2a7db.tar.gz
buildroot-novena-495279039a3d5390199d567122058a74cfe2a7db.zip
Make sure the config system asks stuff when it should, and doen't
ask when it shouldn't...
Diffstat (limited to 'sources')
-rw-r--r--sources/uClibc.config8
1 files changed, 6 insertions, 2 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index d38ca852c..c5111ae1c 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -21,9 +21,13 @@
#
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"