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
This commit is contained in:
parent
7f5f26f601
commit
c1d00dc843
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue