From: Imre Kaloz Date: Wed, 12 Feb 2014 15:43:14 +0000 (+0000) Subject: handle "neon" fpu type X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9a2f69609c686af0c93b5a18bde2bfd2e1e8d5c6;p=15.05%2Fopenwrt.git handle "neon" fpu type Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39579 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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