app-editors/emacs: Fix floating point exception on alpha.

Bug: https://debbugs.gnu.org/32086
Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Ulrich Müller
2018-07-08 19:51:02 +02:00
parent 1685cbc271
commit 49c34d5b09
4 changed files with 12 additions and 0 deletions

View File

@@ -134,6 +134,9 @@ src_configure() {
replace-flags "-O[3-9]" -O2
fi
# Don't trigger a floating point exception for NaNs on alpha
use alpha && append-flags -mieee
local myconf
if use alsa && ! use sound; then

View File

@@ -125,6 +125,9 @@ src_configure() {
replace-flags "-O[3-9]" -O2
fi
# Don't trigger a floating point exception for NaNs on alpha
use alpha && append-flags -mieee
local myconf
if use alsa; then

View File

@@ -127,6 +127,9 @@ src_configure() {
replace-flags "-O[3-9]" -O2
fi
# Don't trigger a floating point exception for NaNs on alpha
use alpha && append-flags -mieee
local myconf
if use alsa; then

View File

@@ -137,6 +137,9 @@ src_configure() {
replace-flags "-O[3-9]" -O2
fi
# Don't trigger a floating point exception for NaNs on alpha
use alpha && append-flags -mieee
local myconf
if use alsa; then