Commit 49527903 authored by Eric Andersen's avatar Eric Andersen
Browse files

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

ask when it shouldn't...
parent 24314c70
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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"