mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +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
229 B
Makefile
11 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= aarch64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BROKEN_aarch64= configure: error: cannot compute suffix of object files: cannot compile
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|