summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index abcefab..b20d769 100755
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ lingcc-binutils:
--with-gnu-as \
--disable-werror \
--enable-targets=$(ARCH64),$(ARCH32) && \
- make $(JOBS) && make $(JOBS) install
+ make $(JOBS) && make $(JOBS) install-strip
lingcc-gcc:
@@ -243,7 +243,7 @@ lingcc-gcc:
--enable-clocale=gnu \
&& \
make $(JOBS) all && \
- make $(JOBS) install
+ make $(JOBS) install-strip
lingcc-finish:
for f in `find $(INST_BASE)/gcc-$(VERSION_GCC) -type f -executable -exec file -i '{}' \; | grep 'x-executable; charset=binary' | cut -d: -f1`; do \
@@ -315,7 +315,7 @@ xgcc-build-binutils:
--build=$(ARCH64) \
--target=$(XGCC_TARGET64) ;\
make $(JOBS) ;\
- make $(JOBS) install
+ make $(JOBS) install-strip
xgcc-mingw-pass1:
mkdir -p $(BUILD_DIR)/mingw
@@ -610,7 +610,7 @@ wingcc-gcc:
--enable-version-specific-runtime-libs \
--enable-fully-dynamic-string && \
make CFLAGS="-O2 -Wshadow -Wexpansion-to-defined" $(JOBS) all && \
- make $(JOBS) install
+ make $(JOBS) install-strip
wingcc-finish:
cd $(WINGCC_INST_DIR)/bin && \