mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-libs/webkit-gtk: drop GCC 15 workaround
Fixed in latest snapshot. Bug: https://bugs.gentoo.org/948072 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f3864af9b5
commit
3d1eac5e55
@ -162,11 +162,6 @@ src_configure() {
|
||||
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
|
||||
filter-lto
|
||||
|
||||
# bug #948072 (gcc PR118464)
|
||||
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
|
||||
append-cxxflags "-fno-tree-loop-optimize"
|
||||
fi
|
||||
|
||||
# It does not compile on alpha without this in LDFLAGS
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
|
||||
use alpha && append-ldflags "-Wl,--no-relax"
|
||||
|
||||
@ -173,11 +173,6 @@ src_configure() {
|
||||
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
|
||||
filter-lto
|
||||
|
||||
# bug #948072 (gcc PR118464)
|
||||
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
|
||||
append-cxxflags "-fno-tree-loop-optimize"
|
||||
fi
|
||||
|
||||
# It does not compile on alpha without this in LDFLAGS
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
|
||||
use alpha && append-ldflags "-Wl,--no-relax"
|
||||
|
||||
@ -160,11 +160,6 @@ src_configure() {
|
||||
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
|
||||
filter-lto
|
||||
|
||||
# bug #948072 (gcc PR118464)
|
||||
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
|
||||
append-cxxflags "-fno-tree-loop-optimize"
|
||||
fi
|
||||
|
||||
# It does not compile on alpha without this in LDFLAGS
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
|
||||
use alpha && append-ldflags "-Wl,--no-relax"
|
||||
|
||||
@ -160,11 +160,6 @@ src_configure() {
|
||||
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
|
||||
filter-lto
|
||||
|
||||
# bug #948072 (gcc PR118464)
|
||||
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
|
||||
append-cxxflags "-fno-tree-loop-optimize"
|
||||
fi
|
||||
|
||||
# It does not compile on alpha without this in LDFLAGS
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
|
||||
use alpha && append-ldflags "-Wl,--no-relax"
|
||||
|
||||
@ -171,11 +171,6 @@ src_configure() {
|
||||
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
|
||||
filter-lto
|
||||
|
||||
# bug #948072 (gcc PR118464)
|
||||
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
|
||||
append-cxxflags "-fno-tree-loop-optimize"
|
||||
fi
|
||||
|
||||
# It does not compile on alpha without this in LDFLAGS
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
|
||||
use alpha && append-ldflags "-Wl,--no-relax"
|
||||
|
||||
@ -160,11 +160,6 @@ src_configure() {
|
||||
# ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007)
|
||||
filter-lto
|
||||
|
||||
# bug #948072 (gcc PR118464)
|
||||
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
|
||||
append-cxxflags "-fno-tree-loop-optimize"
|
||||
fi
|
||||
|
||||
# It does not compile on alpha without this in LDFLAGS
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
|
||||
use alpha && append-ldflags "-Wl,--no-relax"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user