diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-18 20:04:41 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-18 20:04:41 (EDT) |
commit | b81d6d62b741b9767c7603004dea94f91baaa5e1 (patch) | |
tree | c0bc7a89a19c367cd494a019fe89880dc4d337cd /build | |
parent | 5309f98deb6ae81022dc6b839e234636f49cb525 (diff) |
build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAME
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -129,9 +129,6 @@ build-gcc-config: STANDARD_LIBEXEC_PREFIX "$(gccexedir)/" >>"$(tm)/$(tm_file)" printf '#define %s ""\n' STANDARD_STARTFILE_PREFIX_1 \ STANDARD_STARTFILE_PREFIX_2 >>"$(tm)/$(tm_file)" - [ -e "$(tm)/$(tmake_file).orig" ] || \ - mv "$(tm)/$(tmake_file)" "$(tm)/$(tmake_file).orig" - printf '\nMULTIARCH_DIRNAME = %s\n' "$(target)" >>"$(tm)/$(tmake_file)" build-native: build-gcc-config oh-autobuild -B "$(builddir)" -T $(native_target) -- \ |