summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain/gcc-host.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/examples/host-toolchain/gcc-host.mk')
-rw-r--r--plugins/examples/host-toolchain/gcc-host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/examples/host-toolchain/gcc-host.mk b/plugins/examples/host-toolchain/gcc-host.mk
index 2ccc644..e96dcb4 100644
--- a/plugins/examples/host-toolchain/gcc-host.mk
+++ b/plugins/examples/host-toolchain/gcc-host.mk
@@ -40,7 +40,7 @@ define $(PKG)_BUILD
$($(PKG)_CONFIGURE_OPTS)
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
- $(MAKE) -C '$(BUILD_DIR)' -j 1 install
+ $(MAKE) -C '$(BUILD_DIR)' -j 1 install-strip
# shared libgcc isn't installed to version-specific locations
# so install correctly to simplify cleanup (see gcc.mk)