mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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
|
HAVE_ELF=y
|
||||||
TARGET_ARCH="none"
|
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
|
# ARCH_HAS_NO_FPU is not set
|
||||||
HAS_FPU=y
|
# HAS_FPU is not set
|
||||||
DO_C99_MATH=y
|
DO_C99_MATH=y
|
||||||
WARNINGS="-Wall"
|
WARNINGS="-Wall"
|
||||||
KERNEL_SOURCE="/usr/src/linux"
|
KERNEL_SOURCE="/usr/src/linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user