lang/gcc11: Switch back to standard bootstrap
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 (commitsdaf12c76bd
,872d61f8ea
, andda4cb11216
). Users wanting to use LTO_BOOTSTRAP can still enable the option manually. PR: 273397 Tested by: exp-run (antoine)
This commit is contained in:
parent
f0aa6797b6
commit
3e0fc5e760
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gcc
|
||||
PORTVERSION= 11.3.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC
|
||||
PKGNAMESUFFIX= ${SUFFIX}
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue