diff options
author | Myckel Habets <gentoo-bugs@habets-dobben.nl> | 2022-10-14 21:24:08 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-14 20:41:56 +0100 |
commit | 9963a2ee398cef033169ab2969ea3773cb125a13 (patch) | |
tree | 949fcd6ecf29ed520673ba8bbb846d16f1166b97 /eclass/mozcoreconf-v6.eclass | |
parent | dev-python/sqlalchemy: Stabilize 1.4.41 sparc, #877129 (diff) | |
download | gentoo-9963a2ee398cef033169ab2969ea3773cb125a13.tar.gz gentoo-9963a2ee398cef033169ab2969ea3773cb125a13.tar.bz2 gentoo-9963a2ee398cef033169ab2969ea3773cb125a13.zip |
www-client/seamonkey: support dev-lang/rust-1.64
* dev-lang/rust-1.64 is supported by seamonkey-2.53.14, bump BDEPEND and check to allow this build.
* Remove various cases of --disable-elf-hack handling and just pass --disable-elf-hack by default.
Closes: https://bugs.gentoo.org/877005
Signed-off-by: Myckel Habets <gentoo-bugs@habets-dobben.nl>
Closes: https://github.com/gentoo/gentoo/pull/27782
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/mozcoreconf-v6.eclass')
-rw-r--r-- | eclass/mozcoreconf-v6.eclass | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 2d94be6baee4..450697773409 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -195,15 +195,6 @@ mozconfig_init() { # Strip optimization so it does not end up in compile string filter-flags '-O*' - # elf-hack is broken on x86 and disabled by default. - if is-flagq '-g*' ; then - case "${ARCH}" in - amd64 | arm) - mozconfig_annotate 'elf-hack is broken with -g* flags' --disable-elf-hack - ;; - esac - fi - # Strip over-aggressive CFLAGS use custom-cflags || strip-flags |