7 lines
228 B
Makefile
7 lines
228 B
Makefile
|
# Configuration for Linux on ARM.
|
||
|
# Generating binaries for the ARMv7-a architecture and higher with NEON
|
||
|
#
|
||
|
ARCH_ARM_HAVE_VFP := true
|
||
|
ARCH_ARM_HAVE_VFP_D32 := true
|
||
|
ARCH_ARM_HAVE_NEON := true
|