diff options
author | gerald <gerald@FreeBSD.org> | 2019-02-03 15:04:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-02-03 15:04:20 +0800 |
commit | 933f8c6743c0b1a362736330c2592c4bd17300ff (patch) | |
tree | 9cd8b42122d1fe38d8bae5dfe65532560effc42b /lang/gcc8-devel | |
parent | e9753944c18a2b94604e358fb95be1b0552f074b (diff) | |
download | freebsd-ports-gnome-933f8c6743c0b1a362736330c2592c4bd17300ff.tar.gz freebsd-ports-gnome-933f8c6743c0b1a362736330c2592c4bd17300ff.tar.zst freebsd-ports-gnome-933f8c6743c0b1a362736330c2592c4bd17300ff.zip |
On powerpcspe configure GCC --with-cpu=8548 instead of --with-cpu=8540,
which caused the build to fail after the update to binutils 2.31 and was
factually incorrect anyways (the oldest we support being 8548). [1]
On the way update to the 20180201 snapshot of GCC 8.2.1.
PR: 235393 [1]
Reported by: jhibbits [1]
Tested by: jhibbits [1]
Diffstat (limited to 'lang/gcc8-devel')
-rw-r--r-- | lang/gcc8-devel/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc8-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc8-devel/Makefile b/lang/gcc8-devel/Makefile index 9f9eb0a7230a..6da25c83a060 100644 --- a/lang/gcc8-devel/Makefile +++ b/lang/gcc8-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.2.1.s20190125 +PORTVERSION= 8.2.1.s20190201 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -69,7 +69,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" USE_GCC= yes .elif ${ARCH} == powerpcspe -CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp +CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp .endif LANGUAGES:= c,c++,objc,fortran diff --git a/lang/gcc8-devel/distinfo b/lang/gcc8-devel/distinfo index 44eaa156cfc8..1457b515dea2 100644 --- a/lang/gcc8-devel/distinfo +++ b/lang/gcc8-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1548612114 -SHA256 (gcc-8-20190125.tar.xz) = c0dd87a33a7af607bf139bf5396696c21dc8252e9433d2c4a567097c398b87ab -SIZE (gcc-8-20190125.tar.xz) = 61794072 +TIMESTAMP = 1549063339 +SHA256 (gcc-8-20190201.tar.xz) = 3c752274a484ff934dd4849d73c3218565f5c36a3f56319295f648cd9b989b60 +SIZE (gcc-8-20190201.tar.xz) = 61795876 |