Skip to content

Commit

Permalink
lang/gcc11: Switch back to standard bootstrap
Browse files Browse the repository at this point in the history
Switch back to STANDARD_BOOTSTRAP on i386, amd64 and aarch64 as default
option instead of LTO_BOOTSTRAP, forwarding the changes already commited
in the devel ports (commits daf12c7,
872d61f, and
da4cb11).

Users wanting to use LTO_BOOTSTRAP can still enable the option manually.

PR:		273397
Tested by:	exp-run (antoine)
  • Loading branch information
lsalvadore committed Nov 1, 2023
1 parent f0aa679 commit 3e0fc5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/gcc11/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gcc
PORTVERSION= 11.3.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
Expand Down Expand Up @@ -38,9 +38,9 @@ CXXFLAGS:= ${CXXFLAGS:N-mretpoline}

OPTIONS_DEFINE= GRAPHITE
GRAPHITE_DESC= Support for Graphite loop optimizations
OPTIONS_DEFAULT_aarch64=LTO_BOOTSTRAP
OPTIONS_DEFAULT_amd64= LTO_BOOTSTRAP
OPTIONS_DEFAULT_i386= LTO_BOOTSTRAP
OPTIONS_DEFAULT_aarch64=STANDARD_BOOTSTRAP
OPTIONS_DEFAULT_amd64= STANDARD_BOOTSTRAP
OPTIONS_DEFAULT_i386= STANDARD_BOOTSTRAP
OPTIONS_DEFAULT_powerpc=LTO_BOOTSTRAP
OPTIONS_DEFAULT_powerpc64=LTO_BOOTSTRAP
OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP
Expand Down

0 comments on commit 3e0fc5e

Please sign in to comment.