summaryrefslogtreecommitdiffstats
path: root/Makefile.32
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.32')
-rwxr-xr-xMakefile.3210
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.32 b/Makefile.32
index 96a4992..5f09e01 100755
--- a/Makefile.32
+++ b/Makefile.32
@@ -204,7 +204,7 @@ lingcc-binutils:
--build=$(ARCH32) \
--host=$(ARCH32) \
--enable-targets=$(ARCH32) && \
- make $(JOBS) && make $(JOBS) install
+ make $(JOBS) && make $(JOBS) install-strip
lingcc-gcc:
@@ -244,7 +244,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 \
@@ -316,7 +316,7 @@ xgcc-build-binutils:
--build=$(ARCH32) \
--target=$(XGCC_TARGET32) ;\
make $(JOBS) ;\
- make $(JOBS) install
+ make $(JOBS) install-strip
xgcc-mingw-pass1:
mkdir -p $(BUILD_DIR)/mingw
@@ -538,7 +538,7 @@ wingcc-binutils:
--enable-targets=$(XGCC_TARGET32) \
--host=$(XGCC_TARGET32) \
--target=$(XGCC_TARGET32) &&\
- make $(JOBS) && make $(JOBS) install
+ make $(JOBS) && make $(JOBS) install-strip
wingcc-mingw:
rm -Rf $(BUILD_DIR)/mingw && mkdir -p $(BUILD_DIR)/mingw
@@ -586,7 +586,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 && \