Correct gcc config option on armv7l.
authorJunfeng Dong <junfeng.dong@intel.com>
Fri, 2 Aug 2013 05:59:43 +0000 (13:59 +0800)
committerJunfeng Dong <junfeng.dong@intel.com>
Mon, 18 Nov 2013 06:18:52 +0000 (14:18 +0800)
Change-Id: I2f035d639d6602d3b8e874bcddf653bb0ad297d7
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
17 files changed:
packaging/cross-armv7hl-gcc48-icecream-backend.changes
packaging/cross-armv7hl-gcc48-icecream-backend.spec
packaging/cross-armv7l-gcc48-icecream-backend.changes
packaging/cross-armv7l-gcc48-icecream-backend.spec
packaging/cross-i386-gcc48-icecream-backend.changes
packaging/cross-i386-gcc48-icecream-backend.spec
packaging/cross-x86_64-gcc48-icecream-backend.changes
packaging/cross-x86_64-gcc48-icecream-backend.spec
packaging/gcc.spec.in
packaging/gcc48-testresults.changes
packaging/gcc48-testresults.spec
packaging/gcc48.changes
packaging/gcc48.spec
packaging/libffi48.changes
packaging/libffi48.spec
packaging/libgcj48.changes
packaging/libgcj48.spec

index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index 81b4036..f2886c0 100644 (file)
@@ -348,9 +348,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index 4f627eb..ca1ae1d 100644 (file)
@@ -348,9 +348,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index c6bd6e5..56836db 100644 (file)
@@ -348,9 +348,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index e38fb3c..75ad83c 100644 (file)
@@ -348,9 +348,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index a23bd05..6733999 100644 (file)
@@ -1039,9 +1039,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index edac533..3acbe90 100644 (file)
@@ -543,9 +543,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index f2a9bc7..8e5a936 100644 (file)
@@ -1460,9 +1460,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index 6c2295c..e5894a6 100644 (file)
@@ -613,9 +613,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"
index 56d428c..c701c2f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 02 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@4dd5760
+- Correct gcc config option on armv7l.
+
 * Wed Jul 31 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/4.8.1@ebfcd37
 - Satisfied gbs and fix the wrong build target of cross gcc.
 - add cross-armv7l-gcc48-icecream-backend.spec.
index c187e80..8aeecc4 100644 (file)
@@ -683,9 +683,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \
 %endif
 %if "%{TARGET_ARCH}" == "armv7l" 
        --with-arch=armv7-a \
-       --with-tune=cortex-a9 \
-    --with-float=soft \
-       --with-fpu=vfpv3-d16 \
+       --with-tune=cortex-a8 \
+       --with-float=softfp \
+       --with-fpu=vfpv3 \
        --disable-sjlj-exceptions \
 %endif
 %if  "%{TARGET_ARCH}" == "armv7hl"