SHA256
9
0
forked from pool/gcc7
Commit Graph

212 Commits

Author SHA256 Message Date
a59949e485 - Use %{?_smp_mflags} everywhere.
- Update _constraints to bump physicalmemory and general simplification.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=112
2018-02-01 10:07:59 +00:00
8a0b659e4e Accepting request 569508 from devel:gcc
- Update to GCC 7.3 release.

- Move misplaced %endif

- Update to GCC 7.3.0 RC1 (r256792).

OBS-URL: https://build.opensuse.org/request/show/569508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=12
2018-01-29 13:55:05 +00:00
e99b09178c - Update to GCC 7.3 release.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=110
2018-01-25 09:54:11 +00:00
69fe747b08 Accepting request 568114 from home:Andreas_Schwab:Factory
- Move misplaced %endif

OBS-URL: https://build.opensuse.org/request/show/568114
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=109
2018-01-22 12:17:20 +00:00
e257f67b04 - Update to GCC 7.3.0 RC2 (r256937).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=108
2018-01-22 11:56:09 +00:00
735f0a6a13 Accepting request 566443 from devel:gcc
- Update to gcc-7-branch head (r256737)
  * Includes gcc7-pr81481.diff
  * Adds backport of retpoline support via -mindirect-branch=,
    -mfunction-return= and friends.  [bnc#1074621]

- Handle new debug sources filelist variant debugsourcefiles.list.
- Prune libstdc++ includes for crosses.

- Do not install target parts of cross compilers into the sysroot
  but instead fixup manually (once required).

- Update to gcc-7-branch head (r256067).
- Deal with C++ being disabled for crosses.
- For crosses that have a target triplet not matching that of binutils
  create symlinks to as and ld in the GCC private directory.

- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
  integration.

- Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting
  on non-existing target include directory.  Remove --with-build-sysroot=/
  hack from icecream cross configs, no longer prune include-fixed for
  them to retain a GCC provided limits.h.  Remove installed install-tools.

OBS-URL: https://build.opensuse.org/request/show/566443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=11
2018-01-20 10:23:17 +00:00
9c90945248 - Update to GCC 7.3.0 RC1 (r256792).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=106
2018-01-17 13:14:24 +00:00
3a0ece3e1d - Update to gcc-7-branch head (r256737)
* Includes gcc7-pr81481.diff
  * Adds backport of retpoline support via -mindirect-branch=,
    -mfunction-return= and friends.  [bnc#1074621]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=105
2018-01-16 12:12:26 +00:00
d3995f7eaf OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=104 2018-01-16 08:54:05 +00:00
289be012c3 - Update to gcc-7-branch head (r256695).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=103
2018-01-15 14:53:41 +00:00
10eaf57b6c - Handle new debug sources filelist variant debugsourcefiles.list.
- Prune libstdc++ includes for crosses.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=102
2018-01-15 14:40:52 +00:00
20dea145bb - Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=101
2018-01-10 08:02:37 +00:00
cf09faf223 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=100 2018-01-08 11:21:44 +00:00
24ca7b8f76 - Update to gcc-7-branch head (r256067).
- Deal with C++ being disabled for crosses.
- For crosses that have a target triplet not matching that of binutils
  create symlinks to as and ld in the GCC private directory.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=99
2018-01-08 09:37:48 +00:00
b070cfc583 - Update to gcc-7-branch head (r255770).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=98
2017-12-18 08:41:50 +00:00
e77816a2b4 - Update to gcc-7-branch head (r255688).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=97
2017-12-15 13:57:26 +00:00
b117fdd69b - Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
integration.

- Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting
  on non-existing target include directory.  Remove --with-build-sysroot=/
  hack from icecream cross configs, no longer prune include-fixed for
  them to retain a GCC provided limits.h.  Remove installed install-tools.

- Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM.
  [bnc#1068967]

- Update to gcc-7-branch head (r253932).
  * contains fix for PR82445 which is about a RPI1 bootloader
    miscompile.  [bnc#1061667]

- Update to gcc-7-branch head (r253435).  [fate#321452, fate#321496]
  [fate#323972]
  * contains fix for PR82406 which blocks chromium build.
- Add gcc7-pr81481.diff to fix a register allocation issue.
  [bnc#1048861]

- Update to gcc-7-branch head (r253221).
  * Includes similar fix to gcc41-ppc32-retaddr.patch, disable the
    patch but keep the testcase.

- Add support for zero-sized VLAs and allocas with
  -fstack-clash-protection.  [bnc #1059075]
  Changes gcc7-stack-probe.diff.

- Update to gcc-7-branch head (r251579).

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=96
2017-12-12 12:50:28 +00:00
fd801c2d33 - Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
integration.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=95
2017-12-12 12:42:18 +00:00
0cd010483f - Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting
on non-existing target include directory.  Remove --with-build-sysroot=/
  hack from icecream cross configs, no longer prune include-fixed for
  them to retain a GCC provided limits.h.  Remove installed install-tools.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=94
2017-12-08 10:34:27 +00:00
155a298c23 Accepting request 545233 from devel:gcc
- Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM.
  [bnc#1068967]

OBS-URL: https://build.opensuse.org/request/show/545233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=10
2017-11-30 11:34:04 +00:00
3c98e6e40a - Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM.
[bnc#1068967]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=92
2017-11-23 09:57:36 +00:00
698bbad6de Accepting request 535490 from devel:gcc
- Update to gcc-7-branch head (r253932).
  * contains fix for PR82445 which is about a RPI1 bootloader
    miscompile.  [bnc#1061667]

OBS-URL: https://build.opensuse.org/request/show/535490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=9
2017-10-23 14:18:49 +00:00
62cb0e0d0f - Update to gcc-7-branch head (r253932).
* contains fix for PR82445 which is about a RPI1 bootloader
    miscompile.  [bnc#1061667]
- Update to gcc-7-branch head (r253435).  [fate#321452, fate#321496]
  [fate#323972]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=90
2017-10-20 11:25:34 +00:00
61785bccdb Accepting request 531550 from devel:gcc
- Update to gcc-7-branch head (r253435).
  * contains fix for PR82406 which blocks chromium build.
- Add gcc7-pr81481.diff to fix a register allocation issue.
  [bnc#1048861]

OBS-URL: https://build.opensuse.org/request/show/531550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=8
2017-10-10 09:32:44 +00:00
6314bd787d - Update to gcc-7-branch head (r253435).
* contains fix for PR82406 which blocks chromium build.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=88
2017-10-05 09:18:53 +00:00
03a0cdce24 - Add gcc7-pr81481.diff to fix a register allocation issue.
[bnc#1048861]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=87
2017-10-02 09:07:16 +00:00
dc56af7581 Accepting request 528963 from devel:gcc
- Update to gcc-7-branch head (r253221).
  * Includes similar fix to gcc41-ppc32-retaddr.patch, disable the
    patch but keep the testcase.

- Add support for zero-sized VLAs and allocas with
  -fstack-clash-protection.  [bnc #1059075]
  Changes gcc7-stack-probe.diff.

OBS-URL: https://build.opensuse.org/request/show/528963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=7
2017-10-01 14:58:42 +00:00
b208059c65 - Update to gcc-7-branch head (r253221).
* Includes similar fix to gcc41-ppc32-retaddr.patch, disable the
    patch but keep the testcase.
  Changes gcc7-stack-probe.diff.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=85
2017-09-27 12:41:52 +00:00
266f494128 Fix typo in changes.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=84
2017-09-25 20:44:21 +00:00
202e5ccf04 - Add support for zero-sized VLAs and allocas with
-fstack-clash-protection.  [bnc #1059075]
  Changes gcc43-stack-probe.diff .

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=83
2017-09-25 20:30:40 +00:00
2ad6d21731 Accepting request 520737 from devel:gcc
- Update to gcc-7-branch head (r251579).
  * Includes GCC 7.2 release.
  * Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/520737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=6
2017-09-13 19:32:37 +00:00
22c9ab68c4 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=81 2017-09-01 11:07:36 +00:00
fc8d789f56 - Update to gcc-7-branch head (r251579).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=80
2017-09-01 09:21:50 +00:00
7b17c7627d - 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
2017-08-29 07:18:04 +00:00
f947e98d8a - Update to gcc-7-branch head (r251381).
* Includes GCC 7.2 release.
  * Includes gcc7-pr81766.diff.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=78
2017-08-28 13:21:53 +00:00
7871237fd5 - Sort tar file list to make cross-* packages build reproducibly
(boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=77
2017-08-28 07:28:33 +00:00
0799eba055 Accepting request 518615 from home:bmwiedemann:branches:devel:gcc
minimalist patch to make it easier to review. please run pre_checkin.sh
after accepting.

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/518615
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=76
2017-08-28 07:27:46 +00:00
3da2aa1fc2 Accepting request 515187 from devel:gcc
- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.

- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.

- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.

- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).

OBS-URL: https://build.opensuse.org/request/show/515187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=5
2017-08-24 15:39:51 +00:00
e96cfcd910 - Add gcc7-pr81766.diff to fix grub2 build.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=74
2017-08-08 12:41:07 +00:00
e6fabd55f1 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=73 2017-08-04 11:49:18 +00:00
fee7cdd15b - Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=72
2017-08-04 11:42:23 +00:00
40e2c5c6c4 * Includes fix for gcov crash. [bnc#1050487]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=71
2017-08-03 07:05:58 +00:00
eea03ddcc6 - Update to gcc-7-branch head (r250819).
* Includes GCC 7.2 RC1.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=70
2017-08-02 13:08:25 +00:00
79e9ffa3c4 Mention bnc#1039513 as well.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=69
2017-08-02 12:21:34 +00:00
2672abda31 - Add gcc7-stack-probe.diff for support of -fstack-clash-protection.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=68
2017-08-02 12:19:53 +00:00
934e2d81ea Accepting request 511650 from home:Andreas_Schwab:Factory
- float128-builtin-cpu-supports.patch: Use __builtin_cpu_supports instead
  of getauxval to detect float128 support

OBS-URL: https://build.opensuse.org/request/show/511650
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=67
2017-07-20 14:24:24 +00:00
f206db71ee Accepting request 507284 from devel:gcc
- Update to gcc-7-branch head (r249772).
  * Includes patch for PR81080.  [bnc#1044016]
  * Includes patch for PR81204.  [bnc#1045732]
  * Includes patch for PR81112.  [bnc#1043966]

- Fix cross compiler update-alternatives machinery to make rpmlint
  happy.

- Update plugin enablement guard to use %sle_version.  [bnc#1043590]

- Update to gcc-7-branch head (r248970).
  * Includes gcc7-pr80593.patch.

OBS-URL: https://build.opensuse.org/request/show/507284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc7?expand=0&rev=4
2017-07-04 07:06:41 +00:00
67f098cb0b OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=65 2017-06-30 10:54:08 +00:00
8095734a96 - Update to gcc-7-branch head (r249772).
* Includes patch for PR81204.  [bnc#1045732]
  * Includes patch for PR81112.  [bnc#1043966]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=64
2017-06-29 09:11:30 +00:00
acffd23ed3 - Update to gcc-7-branch head (r249738).
* Includes patch for PR81080.  [bnc#1044016]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=63
2017-06-28 13:35:55 +00:00