From: Junfeng Dong Date: Fri, 2 Aug 2013 05:59:43 +0000 (+0800) Subject: Correct gcc config option on armv7l. X-Git-Tag: accepted/tizen/20131119.212331~11 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgcc48.git;a=commitdiff_plain;h=b97dade335b604a7eb32bd3113def88b54e4ceae Correct gcc config option on armv7l. Change-Id: I2f035d639d6602d3b8e874bcddf653bb0ad297d7 Signed-off-by: Junfeng Dong --- diff --git a/packaging/cross-armv7hl-gcc48-icecream-backend.changes b/packaging/cross-armv7hl-gcc48-icecream-backend.changes index 56d428c..c701c2f 100644 --- a/packaging/cross-armv7hl-gcc48-icecream-backend.changes +++ b/packaging/cross-armv7hl-gcc48-icecream-backend.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/cross-armv7hl-gcc48-icecream-backend.spec b/packaging/cross-armv7hl-gcc48-icecream-backend.spec index 81b4036..f2886c0 100644 --- a/packaging/cross-armv7hl-gcc48-icecream-backend.spec +++ b/packaging/cross-armv7hl-gcc48-icecream-backend.spec @@ -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" diff --git a/packaging/cross-armv7l-gcc48-icecream-backend.changes b/packaging/cross-armv7l-gcc48-icecream-backend.changes index 56d428c..c701c2f 100644 --- a/packaging/cross-armv7l-gcc48-icecream-backend.changes +++ b/packaging/cross-armv7l-gcc48-icecream-backend.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/cross-armv7l-gcc48-icecream-backend.spec b/packaging/cross-armv7l-gcc48-icecream-backend.spec index 4f627eb..ca1ae1d 100644 --- a/packaging/cross-armv7l-gcc48-icecream-backend.spec +++ b/packaging/cross-armv7l-gcc48-icecream-backend.spec @@ -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" diff --git a/packaging/cross-i386-gcc48-icecream-backend.changes b/packaging/cross-i386-gcc48-icecream-backend.changes index 56d428c..c701c2f 100644 --- a/packaging/cross-i386-gcc48-icecream-backend.changes +++ b/packaging/cross-i386-gcc48-icecream-backend.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/cross-i386-gcc48-icecream-backend.spec b/packaging/cross-i386-gcc48-icecream-backend.spec index c6bd6e5..56836db 100644 --- a/packaging/cross-i386-gcc48-icecream-backend.spec +++ b/packaging/cross-i386-gcc48-icecream-backend.spec @@ -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" diff --git a/packaging/cross-x86_64-gcc48-icecream-backend.changes b/packaging/cross-x86_64-gcc48-icecream-backend.changes index 56d428c..c701c2f 100644 --- a/packaging/cross-x86_64-gcc48-icecream-backend.changes +++ b/packaging/cross-x86_64-gcc48-icecream-backend.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/cross-x86_64-gcc48-icecream-backend.spec b/packaging/cross-x86_64-gcc48-icecream-backend.spec index e38fb3c..75ad83c 100644 --- a/packaging/cross-x86_64-gcc48-icecream-backend.spec +++ b/packaging/cross-x86_64-gcc48-icecream-backend.spec @@ -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" diff --git a/packaging/gcc.spec.in b/packaging/gcc.spec.in index a23bd05..6733999 100644 --- a/packaging/gcc.spec.in +++ b/packaging/gcc.spec.in @@ -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" diff --git a/packaging/gcc48-testresults.changes b/packaging/gcc48-testresults.changes index 56d428c..c701c2f 100644 --- a/packaging/gcc48-testresults.changes +++ b/packaging/gcc48-testresults.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/gcc48-testresults.spec b/packaging/gcc48-testresults.spec index edac533..3acbe90 100644 --- a/packaging/gcc48-testresults.spec +++ b/packaging/gcc48-testresults.spec @@ -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" diff --git a/packaging/gcc48.changes b/packaging/gcc48.changes index 56d428c..c701c2f 100644 --- a/packaging/gcc48.changes +++ b/packaging/gcc48.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/gcc48.spec b/packaging/gcc48.spec index f2a9bc7..8e5a936 100644 --- a/packaging/gcc48.spec +++ b/packaging/gcc48.spec @@ -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" diff --git a/packaging/libffi48.changes b/packaging/libffi48.changes index 56d428c..c701c2f 100644 --- a/packaging/libffi48.changes +++ b/packaging/libffi48.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/libffi48.spec b/packaging/libffi48.spec index 6c2295c..e5894a6 100644 --- a/packaging/libffi48.spec +++ b/packaging/libffi48.spec @@ -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" diff --git a/packaging/libgcj48.changes b/packaging/libgcj48.changes index 56d428c..c701c2f 100644 --- a/packaging/libgcj48.changes +++ b/packaging/libgcj48.changes @@ -1,3 +1,6 @@ +* Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 +- Correct gcc config option on armv7l. + * Wed Jul 31 2013 Junfeng Dong upstream/4.8.1@ebfcd37 - Satisfied gbs and fix the wrong build target of cross gcc. - add cross-armv7l-gcc48-icecream-backend.spec. diff --git a/packaging/libgcj48.spec b/packaging/libgcj48.spec index c187e80..8aeecc4 100644 --- a/packaging/libgcj48.spec +++ b/packaging/libgcj48.spec @@ -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"