- Update to gcc-7-branch head (r251399).
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=79
This commit is contained in:
parent
f947e98d8a
commit
7b17c7627d
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -158,7 +158,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -178,7 +178,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -253,7 +252,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -158,7 +158,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -178,7 +178,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -253,7 +252,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -157,7 +157,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -177,7 +177,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -252,7 +251,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2678a2fc246c4e3a6dbd1bc0e832292a26554ad0a7b29a03fff82da7dc71915
|
||||
size 61332608
|
3
gcc-7.2.1-r251399.tar.xz
Normal file
3
gcc-7.2.1-r251399.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b689ab9ba419e0cc59d1cf0e1990a06d7ebfbcd839a7eb9b17dc3cca6240c85c
|
||||
size 61018364
|
@ -239,7 +239,7 @@ BuildRequires: gdb
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 1
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -302,7 +302,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -1056,7 +1055,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,19 +0,0 @@
|
||||
Index: libgo/mksigtab.sh
|
||||
===================================================================
|
||||
--- libgo/mksigtab.sh (revision 250846)
|
||||
+++ libgo/mksigtab.sh (working copy)
|
||||
@@ -86,6 +86,14 @@ if test "${GOOS}" = "linux"; then
|
||||
fi
|
||||
|
||||
nsig=`grep 'const _*NSIG = [0-9]*$' gen-sysinfo.go | sed -e 's/.* = \([0-9]*\)/\1/'`
|
||||
+if test -z "$nsig"; then
|
||||
+ if grep 'const _*NSIG = [ (]*_*SIGRTMAX + 1[ )]*' gen-sysinfo.go >/dev/null 2>&1; then
|
||||
+ rtmax=`grep 'const _*SIGRTMAX = [0-9]*$' gen-sysinfo.go | sed -e 's/.* = \([0-9]*\)/\1/'`
|
||||
+ if test -n "$rtmax"; then
|
||||
+ nsig=`expr $rtmax + 1`
|
||||
+ fi
|
||||
+ fi
|
||||
+fi
|
||||
i=1
|
||||
while test "$i" -lt "$nsig"; do
|
||||
if ! grep "const _SIG.* = $i" gen-sysinfo.go >/dev/null 2>&1; then
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -253,7 +253,7 @@ BuildRequires: gdb
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -315,7 +315,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -442,7 +441,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
@ -1,9 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 13:18:06 UTC 2017 - rguenther@suse.com
|
||||
Tue Aug 29 07:17:15 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r251381).
|
||||
- Update to gcc-7-branch head (r251399).
|
||||
* Includes GCC 7.2 release.
|
||||
* Includes gcc7-pr81766.diff.
|
||||
* Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 04:40:35 UTC 2017 - bwiedemann@suse.com
|
||||
|
@ -235,7 +235,7 @@ BuildRequires: gdb
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r251381
|
||||
Version: 7.2.1+r251399
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -297,7 +297,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-go-sigrtmax.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@ -1746,7 +1745,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch51
|
||||
%patch60
|
||||
%patch61
|
||||
|
Loading…
x
Reference in New Issue
Block a user