From c4d8e7bdc7e6c21072d9da36b76b18b3caa7f0f7 Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Thu, 29 Nov 2018 08:52:31 +0100 Subject: install with install-strip Change-Id: I43352556a91678a918fec55dbd9c58313fadeb25 --- Makefile | 8 ++++---- Makefile.32 | 10 +++++----- 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 && \ -- cgit v0.12