Skip to content

Commit

Permalink
Don't use --disable-elf-hack on arm64, even with Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Oct 22, 2019
1 parent f3851c5 commit 3681880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-client/thunderbird/thunderbird-68.1.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,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 3681880

Please sign in to comment.