mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Update to the 20190120 snapshot of GCC 9.
Support for powerpcspe has been removed from upstream GCC in preparation of the GCC 9 release, so adjust ONLY_FOR_ARCHS and remove our local patch files/patch-spe-config that we still carry until lang/gcc8 and gcc8-devel. PR: 234419
This commit is contained in:
parent
27c03acc0a
commit
a178521be0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491253
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 9.0.0.s20190113
|
||||
PORTVERSION= 9.0.0.s20190120
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 9
|
||||
LICENSE= GPLv3 GPLv3RLE
|
||||
LICENSE_COMB= multi
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 sparc64
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1547900620
|
||||
SHA256 (gcc-9-20190113.tar.xz) = c2bba99e3a93a1fb761cfa300c196157f219bf93602262adeac5a8cf9ac1174c
|
||||
SIZE (gcc-9-20190113.tar.xz) = 67388148
|
||||
TIMESTAMP = 1548181814
|
||||
SHA256 (gcc-9-20190120.tar.xz) = fecad406496fe70068f9e58961fdc771b9d6662dc0bc5f37a1f3ed3cf70bd132
|
||||
SIZE (gcc-9-20190120.tar.xz) = 68207640
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- UTC
|
||||
Index: gcc/config.gcc
|
||||
===================================================================
|
||||
--- gcc/config.gcc.old 2017-04-05 17:48:03.045750000 -0500
|
||||
+++ gcc/config.gcc 2017-04-05 17:49:22.143572000 -0500
|
||||
@@ -2383,6 +2383,9 @@
|
||||
tmake_file="${tmake_file} rs6000/t-freebsd64"
|
||||
extra_options="${extra_options} rs6000/linux64.opt"
|
||||
;;
|
||||
+ powerpcspe-*)
|
||||
+ tm_file="${tm_file} powerpcspe/freebsd.h powerpcspe/linuxspe.h powerpcspe/e500.h"
|
||||
+ ;;
|
||||
*)
|
||||
tm_file="${tm_file} rs6000/freebsd.h"
|
||||
;;
|
Loading…
Reference in New Issue
Block a user