Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2022 12:06:02 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: 9982a1e98487 - main - lang/gcc12-devel: switch to LTO bootstrap
Message-ID:  <202203021206.222C62Xd073246@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=9982a1e984870436263fe7fd4d257bf7dd9d2b23

commit 9982a1e984870436263fe7fd4d257bf7dd9d2b23
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-03-02 11:58:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-03-02 11:58:04 +0000

    lang/gcc12-devel: switch to LTO bootstrap
    
    PR:     261977
    Approved by:    toolchain (maintainer timeout)
---
 lang/gcc12-devel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile
index 4d9bbb379aa4..519beaa069c6 100644
--- a/lang/gcc12-devel/Makefile
+++ b/lang/gcc12-devel/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	12.0.1.s20220220
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -82,7 +83,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?202203021206.222C62Xd073246>