mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
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
This commit is contained in:
parent
e752fab92c
commit
340e5ec060
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531459
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user