Make sure the config system asks stuff when it should, and doen't
ask when it shouldn't...
This commit is contained in:
parent
24314c704f
commit
495279039a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user