mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
lang/gcc{12,13}: 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
) and in lang/gcc11 (commit3e0fc5e760
) 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
46ae846f05
commit
41870b7b7d
@ -1,6 +1,6 @@
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 12.2.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC
|
||||
PKGNAMESUFFIX= ${SUFFIX}
|
||||
@ -37,9 +37,9 @@ CFLAGS:= ${CFLAGS:N-mretpoline}
|
||||
CXXFLAGS:= ${CXXFLAGS:N-mretpoline}
|
||||
|
||||
OPTIONS_DEFINE= GRAPHITE
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 13.2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC
|
||||
PKGNAMESUFFIX= ${SUFFIX}
|
||||
@ -38,9 +38,9 @@ CFLAGS:= ${CFLAGS:N-mretpoline}
|
||||
CXXFLAGS:= ${CXXFLAGS:N-mretpoline}
|
||||
|
||||
OPTIONS_DEFINE= GRAPHITE
|
||||
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_powerpc64=LTO_BOOTSTRAP
|
||||
OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP
|
||||
OPTIONS_RADIO= BOOTSTRAP
|
||||
|
Loading…
Reference in New Issue
Block a user