mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
527e1ce0f8
This is the latest supported release in GCC 6.x series. Drop aarch64 support patch - it has been committed upstream. Enable ifunc suppport by default. PR: 228161 Reviewed by: bapt (update part) Differential Revision: https://reviews.freebsd.org/D13602
11 lines
174 B
Makefile
11 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= sparc64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BROKEN_aarch64= fails to package
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|