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
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= mips-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BROKEN_aarch64= fails to package
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|