summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitd3fa71ae25bac965624dd86c4ef4b3bd3273aa57 (patch)
tree5510d360719d5557702e5c4390a254c5dff4f934
parenteeb94df813117715457b3169f22868a339fb59fc (diff)
Revert "build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAME"
This reverts commit b81d6d62b741b9767c7603004dea94f91baaa5e1.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index f1e3e09..51005e9 100755
--- a/build
+++ b/build
@@ -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) -- \