From 135d550e26f7e477fff0c48f94ddc38cfa8d3028 Mon Sep 17 00:00:00 2001 From: Junfeng Dong Date: Mon, 18 Nov 2013 14:44:04 +0800 Subject: [PATCH 1/1] Update to 4.8.2. Change-Id: I05141a35f2c645663c7e7a2e617cf64828b0f3d7 Signed-off-by: Junfeng Dong --- packaging/cross-armv7hl-gcc48-icecream-backend.changes | 11 +++++++++++ packaging/cross-armv7hl-gcc48-icecream-backend.spec | 4 ++-- packaging/cross-armv7l-gcc48-icecream-backend.changes | 11 +++++++++++ packaging/cross-armv7l-gcc48-icecream-backend.spec | 4 ++-- packaging/cross-i386-gcc48-icecream-backend.changes | 11 +++++++++++ packaging/cross-i386-gcc48-icecream-backend.spec | 4 ++-- packaging/cross-icecream.spec.in | 2 +- packaging/cross-x86_64-gcc48-icecream-backend.changes | 11 +++++++++++ packaging/cross-x86_64-gcc48-icecream-backend.spec | 4 ++-- packaging/cross.spec.in | 2 +- packaging/gcc.spec.in | 2 +- packaging/gcc48-testresults.changes | 11 +++++++++++ packaging/gcc48-testresults.spec | 2 +- packaging/gcc48.changes | 11 +++++++++++ packaging/gcc48.spec | 2 +- packaging/libffi48.changes | 11 +++++++++++ packaging/libffi48.spec | 2 +- packaging/libgcj48.changes | 11 +++++++++++ packaging/libgcj48.spec | 2 +- 19 files changed, 103 insertions(+), 15 deletions(-) diff --git a/packaging/cross-armv7hl-gcc48-icecream-backend.changes b/packaging/cross-armv7hl-gcc48-icecream-backend.changes index c701c2f..9021e57 100644 --- a/packaging/cross-armv7hl-gcc48-icecream-backend.changes +++ b/packaging/cross-armv7hl-gcc48-icecream-backend.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/cross-armv7hl-gcc48-icecream-backend.spec b/packaging/cross-armv7hl-gcc48-icecream-backend.spec index b79d1d0..c4d699f 100644 --- a/packaging/cross-armv7hl-gcc48-icecream-backend.spec +++ b/packaging/cross-armv7hl-gcc48-icecream-backend.spec @@ -1,5 +1,5 @@ # -# spec file for package gcc (Version 4.0.1) +# spec file for package gcc (Version 4.8.2) # # Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -56,7 +56,7 @@ ExclusiveArch: ppc ppc64 %ix86 x86_64 ia64 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/cross-armv7l-gcc48-icecream-backend.changes b/packaging/cross-armv7l-gcc48-icecream-backend.changes index c701c2f..9021e57 100644 --- a/packaging/cross-armv7l-gcc48-icecream-backend.changes +++ b/packaging/cross-armv7l-gcc48-icecream-backend.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/cross-armv7l-gcc48-icecream-backend.spec b/packaging/cross-armv7l-gcc48-icecream-backend.spec index 4b21ce6..3239987 100644 --- a/packaging/cross-armv7l-gcc48-icecream-backend.spec +++ b/packaging/cross-armv7l-gcc48-icecream-backend.spec @@ -1,5 +1,5 @@ # -# spec file for package gcc (Version 4.0.1) +# spec file for package gcc (Version 4.8.2) # # Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -56,7 +56,7 @@ ExclusiveArch: ppc ppc64 %ix86 x86_64 ia64 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/cross-i386-gcc48-icecream-backend.changes b/packaging/cross-i386-gcc48-icecream-backend.changes index c701c2f..9021e57 100644 --- a/packaging/cross-i386-gcc48-icecream-backend.changes +++ b/packaging/cross-i386-gcc48-icecream-backend.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/cross-i386-gcc48-icecream-backend.spec b/packaging/cross-i386-gcc48-icecream-backend.spec index fb8b195..61072a1 100644 --- a/packaging/cross-i386-gcc48-icecream-backend.spec +++ b/packaging/cross-i386-gcc48-icecream-backend.spec @@ -1,5 +1,5 @@ # -# spec file for package gcc (Version 4.0.1) +# spec file for package gcc (Version 4.8.2) # # Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -56,7 +56,7 @@ ExclusiveArch: ppc ppc64 %ix86 x86_64 ia64 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/cross-icecream.spec.in b/packaging/cross-icecream.spec.in index ca8d543..ad849c4 100644 --- a/packaging/cross-icecream.spec.in +++ b/packaging/cross-icecream.spec.in @@ -1,5 +1,5 @@ # -# spec file for package gcc (Version 4.0.1) +# spec file for package gcc (Version 4.8.2) # # Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine diff --git a/packaging/cross-x86_64-gcc48-icecream-backend.changes b/packaging/cross-x86_64-gcc48-icecream-backend.changes index c701c2f..9021e57 100644 --- a/packaging/cross-x86_64-gcc48-icecream-backend.changes +++ b/packaging/cross-x86_64-gcc48-icecream-backend.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/cross-x86_64-gcc48-icecream-backend.spec b/packaging/cross-x86_64-gcc48-icecream-backend.spec index 3d2999a..d59b7eb 100644 --- a/packaging/cross-x86_64-gcc48-icecream-backend.spec +++ b/packaging/cross-x86_64-gcc48-icecream-backend.spec @@ -1,5 +1,5 @@ # -# spec file for package gcc (Version 4.0.1) +# spec file for package gcc (Version 4.8.2) # # Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -56,7 +56,7 @@ ExclusiveArch: ppc ppc64 %ix86 ia64 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/cross.spec.in b/packaging/cross.spec.in index 7c31528..d4200b9 100644 --- a/packaging/cross.spec.in +++ b/packaging/cross.spec.in @@ -11,7 +11,7 @@ cross_arch_cpu=`echo $cross_arch | sed -e 's/\([^-]*\)-\?.*/\1/'` cat << EOF # -# spec file for package gcc (Version 4.0.1) +# spec file for package gcc (Version 4.8.2) # # Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine diff --git a/packaging/gcc.spec.in b/packaging/gcc.spec.in index d417e66..5d827eb 100644 --- a/packaging/gcc.spec.in +++ b/packaging/gcc.spec.in @@ -173,7 +173,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/gcc48-testresults.changes b/packaging/gcc48-testresults.changes index c701c2f..9021e57 100644 --- a/packaging/gcc48-testresults.changes +++ b/packaging/gcc48-testresults.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/gcc48-testresults.spec b/packaging/gcc48-testresults.spec index 75a7165..56603f6 100644 --- a/packaging/gcc48-testresults.spec +++ b/packaging/gcc48-testresults.spec @@ -174,7 +174,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/gcc48.changes b/packaging/gcc48.changes index c701c2f..9021e57 100644 --- a/packaging/gcc48.changes +++ b/packaging/gcc48.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/gcc48.spec b/packaging/gcc48.spec index d5ce04d..c2cd4d5 100644 --- a/packaging/gcc48.spec +++ b/packaging/gcc48.spec @@ -172,7 +172,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/libffi48.changes b/packaging/libffi48.changes index c701c2f..9021e57 100644 --- a/packaging/libffi48.changes +++ b/packaging/libffi48.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/libffi48.spec b/packaging/libffi48.spec index 22e72a1..37532ec 100644 --- a/packaging/libffi48.spec +++ b/packaging/libffi48.spec @@ -173,7 +173,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 diff --git a/packaging/libgcj48.changes b/packaging/libgcj48.changes index c701c2f..9021e57 100644 --- a/packaging/libgcj48.changes +++ b/packaging/libgcj48.changes @@ -1,3 +1,14 @@ +* Mon Nov 18 2013 Junfeng Dong upstream/4.8.2@aa6579d +- Update to 4.8.2. +- change the sysroot and c++ include path to fix the bugs the application cannot find the libraries. +- change the minimum requrired value for sysroot_len to 1 in case of identifying sysroot=/ +- disable fortran, ojbc and objcp to reduce 35% build time of gcc +- add the arm architecture in the %asan_arch macro to support address sanitizer +- Porting of address santizer patch for ARM from gcc-4.9 +- set thumb as as default option for armv7l-gcc because thumb becomes default since armv7l architecture +- create the collect2 utility for cross toolchain +- set gcc_dir_version + * Fri Aug 02 2013 Junfeng Dong upstream/4.8.1@4dd5760 - Correct gcc config option on armv7l. diff --git a/packaging/libgcj48.spec b/packaging/libgcj48.spec index f84b00e..2646bb8 100644 --- a/packaging/libgcj48.spec +++ b/packaging/libgcj48.spec @@ -173,7 +173,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 4.8.1 +Version: 4.8.2 Release: 1 %define gcc_dir_version 4.8 %define binsuffix -4.8 -- 2.7.4