aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-07-23 19:25:07 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-07-23 19:25:07 +0000
commitfe247757ec1b6266da2c9b1bc2c0407caef9cdac (patch)
tree01c7f32f9b62ffca7292c788070503cdc5c3bcc3 /base
parentd13180fb0bfc28a55352ffee5a74efae67620805 (diff)
downloadports-fe247757ec1b6266da2c9b1bc2c0407caef9cdac.tar.gz
ports-fe247757ec1b6266da2c9b1bc2c0407caef9cdac.zip
Don't disable LTO for aarch64-gcc[69].
aarch64-binutils is no longer built static by default, so aarch64-gcc can now enable LTO. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D25783
Notes
Notes: svn path=/head/; revision=542956
Diffstat (limited to 'base')
-rw-r--r--base/gcc6/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/gcc6/Makefile b/base/gcc6/Makefile
index b432af7a2c31..d23a71417d80 100644
--- a/base/gcc6/Makefile
+++ b/base/gcc6/Makefile
@@ -68,8 +68,6 @@ CONFIGURE_TARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
CONFIGURE_TARGET= ${HOSTARCH}-unknown-${OPSYS:tl}${OSREL}
.endif
-PLIST_SUB+= LTO=""
-
PLIST_SUB+= PLUGINS=""
.if ${ARCH} == "amd64" || ${ARCH} == "i386"