From d3fa71ae25bac965624dd86c4ef4b3bd3273aa57 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 19 May 2019 12:14:35 -0400 Subject: Revert "build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAME" This reverts commit b81d6d62b741b9767c7603004dea94f91baaa5e1. --- 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) -- \ -- cgit v0.9.1