Skip to content

Commit

Permalink
macos-sierra-shared: Backport change for consistency with other channels
Browse files Browse the repository at this point in the history
While 17.03 does not have binutils-wrapper and thus doesn't need this to
work, I'll be continuing to improve this on all 3 platforms for the
immediate future. It's thus prudent to keep them somewhat in sync for
sake of future cherry-picking.

This post-dates the initial release of 17.03 and isn't used by anything
there at the moment, so I deem churn like this inconsequential and thus
acceptable.

(adapted from commit eb326c9)
  • Loading branch information
Ericson2314 committed Sep 6, 2017
1 parent 6c8b819 commit 8ed299f
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -81,8 +81,10 @@ else
symbolBloatObject=$outputNameLibless-symbol-hack.o
if [[ ! -e $symbolBloatObject ]]; then
# `-Q` means use GNU Assembler rather than Clang, avoiding an awkward
# dependency cycle.
printf '.private_extern _______child_hack_foo\nchild_hack_foo:\n' \
| as -- -o $symbolBloatObject
| as -Q -- -o $symbolBloatObject
fi
# first half of libs
Expand Down

0 comments on commit 8ed299f

Please sign in to comment.