git: c1d00dc843e2 - main - lang/gcc11-devel: switch to LTO bootstrap

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 12 Mar 2022 20:49:40 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1d00dc843e253fc9c7029fdff88535802466f58

commit c1d00dc843e253fc9c7029fdff88535802466f58
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-03-12 20:46:50 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-03-12 20:46:50 +0000

    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
---
 lang/gcc11-devel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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