lang/gcc11: switch gcc11 to LTO bootstrap

lang/gcc11-devel with LTO builds fine on the cluster, switch lang/gcc11 as well.
This commit is contained in:
Piotr Kubaj 2022-04-11 10:46:01 +00:00
parent 899bee80a5
commit 2f6be9fb82

View file

@ -2,6 +2,7 @@
PORTNAME= gcc
PORTVERSION= 11.2.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
@ -77,7 +78,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