aboutsummaryrefslogtreecommitdiff
path: root/sysutils/atf-master
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-04-11 20:57:55 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-04-11 20:57:55 +0000
commit340e5ec060d098c998d2688af746de4dec8d0c1e (patch)
treea4f16936549383bd432b2684412c2495f285f25e /sysutils/atf-master
parente752fab92c2a462a52d60ee52e3dd360a63b4263 (diff)
downloadports-340e5ec060d098c998d2688af746de4dec8d0c1e.tar.gz
ports-340e5ec060d098c998d2688af746de4dec8d0c1e.zip
sysutils/atf: Do not override CFLAGS when building
ATF is built using -Os for most platform so don't pass the CFLAGS generated by the ports framework. This fix building atf-rk3399 with gcc 8.4.0
Notes
Notes: svn path=/head/; revision=531459
Diffstat (limited to 'sysutils/atf-master')
-rw-r--r--sysutils/atf-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/atf-master/Makefile b/sysutils/atf-master/Makefile
index 67b7f0624351..26723abe034e 100644
--- a/sysutils/atf-master/Makefile
+++ b/sysutils/atf-master/Makefile
@@ -21,7 +21,7 @@ GH_TAGNAME= ${ATF_VERSION}
SSP_UNSAFE= yes
MAKE_ENV+= CROSS_COMPILE="aarch64-none-elf-"
-ALL_TARGET= ARCH="aarch64" PLAT=${PLAT} V=1 bl31
+ALL_TARGET= ARCH="aarch64" PLAT=${PLAT} V=1 CFLAGS= bl31
# Default to the latest release
ATF_VERSION?= v2.1