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:
Sam James 2025-03-10 05:32:46 +00:00
parent f3864af9b5
commit 3d1eac5e55
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
6 changed files with 0 additions and 30 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"