mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-lisp/gcl: filter LTO for GCC bug
The code is pretty brittle anyway and we already do strip-flags. Bug: https://gcc.gnu.org/PR114918 Bug: https://bugs.gentoo.org/931082 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -32,6 +32,7 @@ PATCHES=(
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
filter-lto # bug #931082
|
||||
strip-flags
|
||||
filter-flags -fstack-protector -fstack-protector-all
|
||||
# breaks linking on multiple defined syms
|
||||
|
||||
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
|
||||
>=dev-build/autoconf-2.52"
|
||||
|
||||
src_configure() {
|
||||
filter-lto # bug #931082
|
||||
strip-flags
|
||||
filter-flags -fstack-protector -fstack-protector-all
|
||||
# breaks linking on multiple defined syms
|
||||
|
||||
@@ -35,6 +35,7 @@ PATCHES=(
|
||||
S="${WORKDIR}"/${PN}-Version_2_6_15pre3/${PN}
|
||||
|
||||
src_configure() {
|
||||
filter-lto # bug #931082
|
||||
strip-flags
|
||||
filter-flags -fstack-protector -fstack-protector-all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user