summaryrefslogtreecommitdiffstats
path: root/Makefile.32
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2018-11-29 07:52:31 (GMT)
committerKoenig, Joerg <jck@techsat.com>2018-11-29 07:53:15 (GMT)
commitc4d8e7bdc7e6c21072d9da36b76b18b3caa7f0f7 (patch)
treedd01a4d52203cbd0c32f9aa218e4579f9b157f1b /Makefile.32
parent3af1a11b36d576fb37fed3a42b6ccb0257487aa0 (diff)
downloadgcc-compiler-suite-c4d8e7bdc7e6c21072d9da36b76b18b3caa7f0f7.zip
gcc-compiler-suite-c4d8e7bdc7e6c21072d9da36b76b18b3caa7f0f7.tar.gz
gcc-compiler-suite-c4d8e7bdc7e6c21072d9da36b76b18b3caa7f0f7.tar.bz2
install with install-striprefs/changes/90/6290/2
Change-Id: I43352556a91678a918fec55dbd9c58313fadeb25
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 && \