diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-19 12:14:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-19 12:14:35 (EDT) |
commit | d3fa71ae25bac965624dd86c4ef4b3bd3273aa57 (patch) | |
tree | 5510d360719d5557702e5c4390a254c5dff4f934 | |
parent | eeb94df813117715457b3169f22868a339fb59fc (diff) |
Revert "build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAME"
This reverts commit b81d6d62b741b9767c7603004dea94f91baaa5e1.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ build-gcc-config: [ -e "$(tm)/$(tmake_file).orig" ] || \ mv "$(tm)/$(tmake_file)" "$(tm)/$(tmake_file).orig" sed "$(tmake_script)" "$(tm)/$(tmake_file).orig" >"$(tm)/$(tmake_file)" + printf '\nMULTIARCH_DIRNAME = %s\n' "$(target)" >>"$(tm)/$(tmake_file)" build-native: build-gcc-config oh-autobuild -B "$(builddir)" -T $(native_target) -- \ |