summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* toolchain.eclass: add IUSE=systemtap to gcc-8Sergei Trofimovich2018-05-161-0/+1
| | | | | | | | Avoid automagic dependency on systemtap installed. Reported-by: lekto@o2.pl Bug: https://bugs.gentoo.org/654748 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/gcc: bump patchset up to 1.3 for gcc-8.1.0Sergei Trofimovich2018-05-162-2/+2
| | | | | | | | | | | | 3 new patches: + 95_all_ia64-TEXTREL.patch : fix TEXTRELs on -rdynamic binaries + 96_all_lto-O2-PR85655.patch : fix gcc -flto SIGSEGV on mariadb + 97_all_disable-systemtap-switch.patch : add --disable-systemtap switch Bug: https://bugs.gentoo.org/566118 Bug: https://bugs.gentoo.org/655518 Bug: https://bugs.gentoo.org/654748 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/gcc: push 1.2 patchset for 8.1.0Sergei Trofimovich2018-05-062-2/+2
| | | | | | | | 1.2 patchset has 2 new patches: + 93_all_arm-arch.patch: fix broken arm CPU/features autodetection + 94_all_mips-o32-asan.patch: fix asan build breakage on o32 ABI Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/gcc: bump 8.1.0 patchest to 1.1, unkeywordedSergei Trofimovich2018-05-032-2/+2
| | | | | | | | | | | No keywords yet as it is very lightly tested. 1.1 patchset has the following update: U 13_all_default-ssp-fix.patch: update ssp patch + 35_all_i386_libgcc_note.GNU-stack.patch: fix executable stack marking + 55_all_extra-options.patch: restore 7.3.0 hardened patch Package-Manager: Portage-2.3.33, Repoman-2.3.9
* sys-devel/gcc: bump up to 8.1.0 (1.0 patchset), unkeywordedSergei Trofimovich2018-05-022-0/+27
| | | | | | | | | | | No keywords yet as it is very lightly tested. 1.0 patchset is a copy of 7.3.0 patchset with the folowing changes: - 11_all_default-warn-format-security.patch tweaked for gcc-8.1.0 - 91_all_bmi-i386-PR-target-81763.patch dropped (was a backport) - 55_all_extra-options.patch dropped, does not apply and needs a port Package-Manager: Portage-2.3.33, Repoman-2.3.9
* sys-devel/gcc: Remove oldAndreas K. Hüttel2018-04-284-76/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/gcc: bump patchset of 7.3.0 up to 1.2, bug #511548Sergei Trofimovich2018-04-142-0/+26
| | | | | | | | | | Single new patch: + 92_all_sh-drop-sysroot-suffix.patch : drop sysroot-suffix Reported-by: Manuel Lauss Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42947 Closes: https://bugs.gentoo.org/511548 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/gcc: restore KEYWORDS for 7.3.0-r1Sergei Trofimovich2018-04-081-2/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/gcc: bump 1.1 patchset: add i386-bmi tweak, bug #649880Sergei Trofimovich2018-03-112-0/+26
| | | | | | | | | | | Single new patch: + 91_all_bmi-i386-PR-target-81763.patch No keywords yet to verify minmal sanity. Bug: https://bugs.gentoo.org/649880 Bug: https://gcc.gnu.org/PR81763 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/gcc: stable 6.4.0-r1 for arm, bug #641474Sergei Trofimovich2018-02-281-1/+1
| | | | | Bug: https://bugs.gentoo.org/641474 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/gcc: Stable for HPPA too.Jeroen Roovers2018-02-082-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --ignore-arches
* sys-devel/gcc: arm stable, bug #638030Markus Meier2018-02-051-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* sys-devel/gcc: Restore keywords of gcc 7.3.0Andreas K. Hüttel2018-01-281-2/+1
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/gcc: drop unused variables, use 7.3.0 patchset for gcc-7.3.0Sergei Trofimovich2018-01-252-6/+2
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/gcc: Version bump, untested, unkeywordedAndreas K. Huettel2018-01-252-0/+31
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-232-4/+4
|
* sys-devel/gcc: restore ~arch keywords for static+pie fixes, bug #641474Sergei Trofimovich2018-01-122-4/+2
| | | | | Bug: https://bugs.gentoo.org/641474 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/gcc: fix building against glibc-2.26 (ucontext_t change), bug ↵Sergei Trofimovich2018-01-124-8/+8
| | | | | | | | | | | | | | #629502#c20 Single patch to fix built failure: - 97_all_libjava-ucontext.patch Applied to gcc-5.9.4, -5.4.0-r4, -6.4.0-r1 Reported-by: Andrey Grozin Bug: https://bugs.gentoo.org/643390 Closes: https://bugs.gentoo.org/629502#c20 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/gcc: mark 5.4.0-r4 m68k/s390/sh stableMike Frysinger2018-01-091-1/+1
|
* sys-devel/gcc: bump 6.4.0 and 7.2.0 patchsets, bug #641474Sergei Trofimovich2018-01-063-0/+52
| | | | | | | | | | | | | | | Two new patches for a single issue: - 95_all_static_override_pie.patch - 96_all_powerpc_pie.patch First fixes -static handling for --default-pie compiler. Second fixes to use proper startup files for --default-pie on powerpc. This should unbreak 17.0 profiles at least for powerpc. Dropped keywords until minimal testing is done for other arches. Bug: https://bugs.gentoo.org/641474 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/gcc: bump 4.7.4, 4.8.5, 5.4.0-r4 to EAPI=5, bug #642316Anthony G. Basile2017-12-263-5/+5
| | | | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org> Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force
* sys-devel/gcc-6.4.0: arm64 stableMart Raudsepp2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* sys-devel/gcc-6.4.0: alpha stable, bug 638030Matt Turner2017-12-111-1/+1
|
* sys-devel: Update Manifest hashes.Ulrich Müller2017-12-091-20/+20
|
* sys-devel/gcc: Drop gcc-6.3.0Andreas K. Hüttel2017-12-092-27/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* sys-devel/gcc: fix bash-specific == comparison, bug #639054Sergei Trofimovich2017-12-041-1/+1
| | | | | | Reported-by: Paolo Pedroni Closes: https://bugs.gentoo.org/639054 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* sys-devel/gcc: stable 6.4.0 for sparc, bug #638030 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-12-012-37/+37
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* sys-devel/gcc: add UCLIBC_VER="1.0" to fix uclibc-ngAnthony G. Basile2017-11-252-1/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/gcc: stable 6.4.0 for ia64, bug #638030Sergei Trofimovich2017-11-201-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* sys-devel/gcc: stable 6.4.0 for ppc/ppc64, bug #638030Sergei Trofimovich2017-11-191-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* sys-devel/gcc: Drop gcc 7.1Andreas K. Hüttel2017-11-192-25/+0
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-devel/gcc: Re-add keywords to 7.2Andreas K. Hüttel2017-11-191-1/+1
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-devel/gcc: x86 stable (bug #638030)Thomas Deutschmann2017-11-191-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-devel/gcc: stable for amd64, bug 638030Andreas K. Hüttel2017-11-191-1/+1
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-devel/gcc: Fix build of gcc-4.9.4 by gcc-6.4.0, bug 638056Andreas K. Hüttel2017-11-192-1/+70
| | | | | | | Solution found by Zorry Closes: https://bugs.gentoo.org/638056 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-devel/gcc: Drop oldAndreas K. Hüttel2017-11-182-45/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-devel/gcc: bump 4.9.4 patch set up to 1.2, bug #629502Sergei Trofimovich2017-10-273-51/+3
| | | | | | | | | | | | | | | Patchset contains the following new patches (picked as-is from 5.4.0): - 94_all_compatibility_fix_with_perl_5.26.patch: regex tweak for perl-5.26 - 95_all_asan-signal_h.patch: add missing '<signal.h>' header - 96_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t' - 97_all_no-sigaltstack.patch: remove 'sigaltstack' usage to fix gcc-4.9.4 build failure against glibc-2.26. I've deleted 4.9.4-r1 as it contained single build-time fix for perl-5.26. Closes: https://bugs.gentoo.org/629502 Closes: https://bugs.gentoo.org/620164 Package-Manager: Portage-2.3.12, Repoman-2.3.4
* sys-devel/gcc: bump 6.4.0 patch set up to 1.1, bug #629502Sergei Trofimovich2017-10-272-2/+2
| | | | | | | | | | | Patchset contains the following new patches (picked as-is from 5.4.0): - 92_all_asan-signal_h.patch: add missing '<signal.h>' header - 93_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t' - 94_all_no-sigaltstack.patch: remove 'sigaltstack' usage to fix gcc-6.4.0 build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.4
* sys-devel/gcc: bump 5.4.0-r3 patch set up to 1.7, bug #629502Sergei Trofimovich2017-10-262-2/+2
| | | | | | | | | Patchset contains single new patch: - 94_all_no-sigaltstack.patch to fix gcc-5.4.0-r3 build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.4
* sys-devel/gcc: bump 5.4.0-r3 patch set up to 1.6, bug #629502Sergei Trofimovich2017-10-262-2/+2
| | | | | | | | | Patchset contains single new patch: - 93_all_ucontext-to-ucontext_t.patch to fix gcc-5.4.0-r3 build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.4
* sys-devel/gcc: bump 5.4.0-r3 patch set up to 1.5, bug #629502Sergei Trofimovich2017-10-242-2/+2
| | | | | | | | | Patchset contains single new patch: - 92_all_asan-signal_h.patch to fix gcc-5.4.0-r3 build failure against glibc-2.25-r8. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-devel/gcc: Fix broken fix-libtool-files.sh again, dohAndreas K. Hüttel2017-10-061-1/+0
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-devel/gcc: fix_libtool_files.sh: do not require to be root on prefix, ↵Andreas K. Hüttel2017-10-031-1/+2
| | | | | | | bug 607900 Closes: https://bugs.gentoo.org/607900 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* sys-devel/gcc: add a USE for building GCC with PGOShane Peelar2017-09-241-0/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5741
* sys-devel/gcc: stable 5.4.0-r3 for sparc, bug #603260 (tested by Dakon)Sergei Trofimovich2017-09-071-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* sys-devel/gcc: Bump patchset in -r3 to add build fix for bug 620164; remove ↵Andreas K. Hüttel2017-08-243-46/+1
| | | | | | unkeyworded -r4 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-devel/gcc: Version bump (build tested, no keywords)Andreas K. Hüttel2017-08-242-0/+26
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-devel/gcc: 4.9.4-r1, actually apply 1.1 patchset.Matthias Maier2017-08-062-1/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-devel/gcc: 5.4.0-r4, bump patchset to 1.4, fix for bug #620164Matthias Maier2017-08-062-0/+45
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-devel/gcc: 4.9.4, bump patchset to 1.1, fix for bug #620164Matthias Maier2017-08-061-0/+47
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3