Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2022 10:59:59 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f6be9fb8281 - main - lang/gcc11: switch gcc11 to LTO bootstrap
Message-ID:  <202204111059.23BAxxdb000409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit 2f6be9fb8281fbffc66e18608bcfc4df0043c613
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-11 10:46:01 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-11 10:46:01 +0000

    lang/gcc11: switch gcc11 to LTO bootstrap
    
    lang/gcc11-devel with LTO builds fine on the cluster, switch lang/gcc11 as well.
---
 lang/gcc11/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile
index 7eacac007c67..514e58cc20a8 100644
--- a/lang/gcc11/Makefile
+++ b/lang/gcc11/Makefile
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204111059.23BAxxdb000409>