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:
parent
899bee80a5
commit
2f6be9fb82
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue