1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/aarch64-gcc/Makefile
Alexander Kabaev 527e1ce0f8 Upgrade ext-toolchain GCC ports to GCC 6.4.0
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
2018-05-13 21:46:05 +00:00

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"