mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a6b8e36be9
The gcc6-aux compiler is being prepared to support aarch63. The last release, 6.3.0, is missing backported support for aarch64 in general and aarch64-*-freebsd* in particularly. Do a rare update the latest snapshot in order to capture aarch64 support.
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
.include "Makefile.version"
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
LIB_DEPENDS+= libmpfr.so:math/mpfr
|
|
LIB_DEPENDS+= libmpc.so:math/mpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool perl5 tar:bzip2
|
|
USE_PERL5= build
|
|
ALL_TARGET= default
|
|
CFLAGS:= ${CFLAGS:N-march=*}
|