From: Imre Kaloz Date: Wed, 12 Feb 2014 15:43:14 +0000 (+0000) Subject: handle "neon" fpu type X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=157f56c461d64e51823f2c12049300987bc3ba8b handle "neon" fpu type Signed-off-by: Imre Kaloz SVN-Revision: 39579 --- diff --git a/include/target.mk b/include/target.mk index 20347e9b01..79d52f0b84 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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