armv7l flags
authorAnas Nashif <anas.nashif@intel.com>
Wed, 17 Jul 2013 21:58:20 +0000 (17:58 -0400)
committerJunfeng Dong <junfeng.dong@intel.com>
Mon, 18 Nov 2013 06:17:36 +0000 (14:17 +0800)
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
packaging/gcc.spec.in

index 9ce63eb..8747098 100644 (file)
@@ -1069,8 +1069,7 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
        --with-tune=cortex-a9 \
-       --with-float=hard \
-       --with-abi=aapcs-linux \
+    --with-float=soft \
        --with-fpu=vfpv3-d16 \
        --disable-sjlj-exceptions \
 %endif