aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-12 20:46:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-12 20:46:50 +0000
commitc1d00dc843e253fc9c7029fdff88535802466f58 (patch)
tree1d5dc49d0de299dcd6f6e075e53384f51829a52b
parent7f5f26f601c658d5722368f8c82a78d59f1baec0 (diff)
downloadports-c1d00dc843e253fc9c7029fdff88535802466f58.tar.gz
ports-c1d00dc843e253fc9c7029fdff88535802466f58.zip
lang/gcc11-devel: switch to LTO bootstrap
Following successful builds of lang/gcc12-devel on amd64, i386, aarch64, powerpc and powerpc64 and lack of actiol from toolchain@, switch lang/gcc11-devel to LTO as well. PR: 261977
-rw-r--r--lang/gcc11-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index 1e2538cff9f1..88df34740465 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gcc
PORTVERSION= 11.2.1.s20211009
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -84,7 +85,7 @@ CONFIGURE_OUTSOURCE= yes
.if empty(PORT_OPTIONS:MBOOTSTRAP)
CONFIGURE_ARGS+=--disable-bootstrap
.else
-CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
+CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin
ALL_TARGET= bootstrap-lean
.endif
INSTALL_TARGET= install-strip