handle "neon" fpu type
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39579
This commit is contained in:
parent
16b039f367
commit
157f56c461
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ ifeq ($(DUMP),1)
|
|||
CPU_CFLAGS_mpcore = -march=armv6k -mtune=mpcore
|
||||
CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
|
||||
ifeq ($(CONFIG_SOFT_FLOAT),)
|
||||
CPU_CFLAGS_neon = -mfpu=neon
|
||||
CPU_CFLAGS_vfp = -mfpu=vfp
|
||||
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue