git: 9982a1e98487 - main - lang/gcc12-devel: switch to LTO bootstrap
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Mar 2022 12:06:02 UTC
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