mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-editors/emacs: Restore replacing -O[3-9] by -O2 in CFLAGS
This partially reverts commit 4ca8019087aab182e0f3f1211f235f128d537b8a. Bug: https://bugs.gentoo.org/839405 Closes: https://bugs.gentoo.org/941225 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
parent
50380b31dc
commit
897831538c
@ -119,9 +119,10 @@ src_prepare() {
|
||||
src_configure() {
|
||||
strip-flags
|
||||
filter-flags -pie #526948
|
||||
replace-flags "-O[3-9]" -O2
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
@ -160,8 +160,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O3
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
@ -184,8 +184,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O3
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
@ -216,8 +216,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O3
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
@ -213,8 +213,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O3
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
@ -213,8 +213,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O3
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
@ -213,8 +213,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
replace-flags "-O[3-9]" -O2 #839405
|
||||
|
||||
# We want floating-point arithmetic to be correct #933380
|
||||
replace-flags -Ofast -O3
|
||||
replace-flags -Ofast -O2
|
||||
append-flags -fno-fast-math -ffp-contract=off
|
||||
|
||||
local myconf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user