Skip to content

Commit

Permalink
Inhibit disabling elf-hack on arm64, even for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Sep 29, 2019
1 parent 176bcd3 commit e980d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-client/thunderbird/thunderbird-68.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ src_configure() {
# when they would normally be larger than 2GiB.
append-ldflags "-Wl,--compress-debug-sections=zlib"

if use clang ; then
if use clang && ! use arm64; then
# https://bugzilla.mozilla.org/show_bug.cgi?id=1482204
# https://bugzilla.mozilla.org/show_bug.cgi?id=1483822
mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack
Expand Down

0 comments on commit e980d0a

Please sign in to comment.