git: 2f6be9fb8281 - main - lang/gcc11: switch gcc11 to LTO bootstrap
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Apr 2022 10:59:59 UTC
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