Make sure the config system asks stuff when it should, and doen't

ask when it shouldn't...
This commit is contained in:
Eric Andersen 2003-11-07 04:50:00 +00:00
parent 24314c704f
commit 495279039a

View File

@ -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"