Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-19 | Have to hold at commit 7961f4be (2018-09-25) for now. Upstream commit ↵ | James P. Harvey | |
81512c36 or anything more recent causes stage 3 compilation failure within makepkg. | |||
2018-10-19 | Upstream revision 261304 removed libmpx, see inside PKGBUILD for references. | James P. Harvey | |
2018-10-19 | _libdir needs to end in a #.#.# basever, without the git revision number or sha. | James P. Harvey | |
2018-10-17 | There's an AUR package lib32-gcc-libs-git. AUR won't accept a push from me ↵ | James P. Harvey | |
with a split package named lib32-gcc-libs-git. | |||
2018-10-17 | Add pkgver to provides, so core's packages can be properly replaced by ↵ | James P. Harvey | |
pacman. Finally rebuilt .SRCINFO. | |||
2018-10-17 | Changed source to use upstream git master. Added git to makedepends. ↵ | James P. Harvey | |
Updated pkgver= and pkgver(). Have to skip sha256sums of git source, and we no longer have to skip of the .sig file. Unlike a tarball, git clone will name the directory gcc, so we don't need to make a symlink called gcc. | |||
2018-10-17 | Add note that this PKGBUILD is as close as possible to core's gcc ↵ | James P. Harvey | |
8.2.1+20180831-1. Notably, at this point, the PKGBUILD should build (not tested) an identical version to core, except that it's renamed. Commits from hereon perform the conversion to using git master. | |||
2018-10-17 | Added non-git versions to each packages' provides=() and conflicts=(). | James P. Harvey | |
2018-10-17 | Removed replaces=(), which should never be in AUR. | James P. Harvey | |
2018-10-17 | Updated pkgdesc. | James P. Harvey | |
2018-10-17 | Replaced references to pkgname, where appropriate to instead refer to the ↵ | James P. Harvey | |
-git package. | |||
2018-10-17 | Replaced references to pkgname, where appropriate to instead refer to the ↵ | James P. Harvey | |
core package. | |||
2018-10-17 | Renamed package_(). | James P. Harvey | |
2018-10-17 | Renamed pkgname=() entries as -git. | James P. Harvey | |
2018-10-17 | snapshot() is only used by core's maintainers, so removing it here. | James P. Harvey | |
2018-10-17 | Added maintainer. | James P. Harvey | |
2018-10-17 | Restarting with fork from core's gcc 8.2.1+20180831-1. .SRCINFO ↵ | James P. Harvey | |
intentionally delayed to avoid conflicts on this commit with core. | |||
2017-02-15 | Bumped pkgver, since last commit didn't pump pkgrel | James P. Harvey | |
2017-02-15 | Packages include _base_ver in their provides, so core's packages can be ↵ | James P. Harvey | |
properly replaced | |||
2017-02-14 | Added namcap differences | James P. Harvey | |
2017-02-14 | Parse _base_ver, _pkgver, and _libdir from gcc/BASE-VER | James P. Harvey | |
2017-02-14 | Use isl 0.18 rather than 0.16.1 | James P. Harvey | |
2017-02-14 | Use the github mirror rather than the official upstream git repo, because it ↵ | James P. Harvey | |
is much more reliable (official often times out) and much faster (for me, an average of 35 min brought down to 10 min.) | |||
2017-02-14 | Minimal changes to convert to the git version | James P. Harvey | |
2017-02-14 | Restarting with fork from core's gcc 6.3.1-1 | James P. Harvey | |
2015-12-19 | pkgver bump, also excuse to get missing .SRCINFO in from last commit | James Harvey | |
2015-12-19 | Removed i686 unknown-linux to pc-linux workaround, as gcc code strangely ↵ | James Harvey | |
only expects pc-linux for x86_64. Fixed directory for liblto_plugin error. | |||
2015-12-13 | Mirrored core's changes from 5.1.0-5 to 5.3.0-2, as much as possible. ↵ | James Harvey | |
Removed gcc.libstdc++-v3.python.dot.fix.patch, because it was added upstream in a71e2494. Added _CHOST variable, because GCC is expecting CHOST vendor to not be 'unknown' anymore, but a descriptive value such as 'pc'. If your system is seen as 'softfloat', 'hardfloat', or 'unknown', you may have to chnge the value set to _CHOST. | |||
2015-07-19 | builds from master rather than commit 12dcc3b7 (2015-07-01 02:15:32 UTC) - ↵ | James Harvey | |
default abi change resolved. omitted patch committed upstream. added upstream patches so isl 0.15 can be used rather than 0.14.1. omitted upstream-removed empty gcc-fortran library. various documentation and depends fixes. | |||
2015-07-07 | Removed offensive comma in depends list | James Harvey | |
2015-07-07 | Uses upstream gdb master (temporarily 2015-07-01 source - see PKGBUILD ↵ | James Harvey | |
comments. As closely as possible matches core's gcc-5.1.0-5 build process. |