summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain/binutils-host.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-13 15:16:07 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-16 06:53:58 (GMT)
commit884922d11c7640edba9e9f7a6eee72261c39331d (patch)
tree280a8de0c2f1162f4b94ce24f6743ed7123ca048 /plugins/examples/host-toolchain/binutils-host.mk
parent80a79f80d6459f99bd9736d26982b51c54a3cee8 (diff)
downloadmxe-884922d11c7640edba9e9f7a6eee72261c39331d.zip
mxe-884922d11c7640edba9e9f7a6eee72261c39331d.tar.gz
mxe-884922d11c7640edba9e9f7a6eee72261c39331d.tar.bz2
host-toolchain plugin: build qt5 test and cmake, add `make` binary download
Diffstat (limited to 'plugins/examples/host-toolchain/binutils-host.mk')
-rw-r--r--plugins/examples/host-toolchain/binutils-host.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/examples/host-toolchain/binutils-host.mk b/plugins/examples/host-toolchain/binutils-host.mk
index 678fed8..bed45ea 100644
--- a/plugins/examples/host-toolchain/binutils-host.mk
+++ b/plugins/examples/host-toolchain/binutils-host.mk
@@ -22,5 +22,6 @@ define $(PKG)_BUILD
--host='$(TARGET)',\
$(binutils_BUILD))
- #rm -rf '$(PREFIX)/$(TARGET)/$(TARGET)'
+ # tools seem to be duplicates of '$(PREFIX)/$(TARGET)'
+ rm -rf '$(PREFIX)/$(TARGET)/$(TARGET)'
endef