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.
13 lines
273 B
Text
13 lines
273 B
Text
# $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=*}
|