move the configuration to a platform specific file, so we can be more generic
svn path=/nixpkgs/trunk/; revision=4460
This commit is contained in:
parent
8b10549f2e
commit
4d84a2e569
|
@ -48,7 +48,7 @@ UCLIBC_HAS_FLOATS=y
|
||||||
HAS_FPU=y
|
HAS_FPU=y
|
||||||
# DO_C99_MATH is not set
|
# DO_C99_MATH is not set
|
||||||
#KERNEL_SOURCE="/usr/src/linux"
|
#KERNEL_SOURCE="/usr/src/linux"
|
||||||
KERNEL_SOURCE="$(kernelHeadersArm)"
|
KERNEL_SOURCE="$(kernelHeadersCross)"
|
||||||
C_SYMBOL_PREFIX=""
|
C_SYMBOL_PREFIX=""
|
||||||
HAVE_DOT_CONFIG=y
|
HAVE_DOT_CONFIG=y
|
||||||
|
|
Loading…
Reference in New Issue