summaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xMakefile8
-rwxr-xr-xMakefile.3210
2 files changed, 9 insertions, 9 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 && \
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 && \