forked from Lainports/freebsd-ports
Update to the 20180308 snapshot of GCC 8.3.1.
No longer require a not too old version of GCC to build on powerpc64, but rely on the system compiler (even if that means we need to be explicitly conservative when it comes to optimizations). [1] Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there. PR: 235975 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
This commit is contained in:
parent
d32a5f4633
commit
247a452a76
3 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 8.3.1.s20190301
|
||||
PORTVERSION= 8.3.1.s20190308
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
|
@ -66,7 +66,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
|||
|
||||
.elif ${ARCH} == powerpc64
|
||||
CONFIGURE_ENV+= UNAME_m="powerpc64"
|
||||
USE_GCC= yes
|
||||
MAKE_ARGS+= CFLAGS_FOR_TARGET="-O1" CXXFLAGS_FOR_TARGET="-O1" BOOT_CFLAGS="-O1" # PR235975
|
||||
|
||||
.elif ${ARCH} == powerpcspe
|
||||
CONFIGURE_ARGS+= --with-cpu=8548 --enable-e500_double --without-fp
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1551533001
|
||||
SHA256 (gcc-8-20190301.tar.xz) = b15b6f48d0abe55cd1123ed5aaeb90ddc97bc6f3443634924c1a16b289b0e2b0
|
||||
SIZE (gcc-8-20190301.tar.xz) = 61830616
|
||||
TIMESTAMP = 1552141864
|
||||
SHA256 (gcc-8-20190308.tar.xz) = db0058d745a950b629a63c953faa3af09e1330871b4b558a7f88125c49b4b806
|
||||
SIZE (gcc-8-20190308.tar.xz) = 61838920
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
GCC, the GNU Compiler Collection, supports a number of languages. This
|
||||
port installs the C, C++, and Fortran front ends as gcc8, g++8, gfortran8,
|
||||
respectively.
|
||||
GCC, the GNU Compiler Collection, supports a number of languages.
|
||||
This port installs the C, C++, and Fortran front ends as gcc8, g++8,
|
||||
and gfortran8, respectively.
|
||||
|
||||
WWW: https://gcc.gnu.org
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue