summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2024-06-12 09:33:44 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2024-06-12 09:34:32 (GMT)
commitd515db187c2c022d96198d17128667ed8aa455a7 (patch)
tree38fc6ba63119d14016e996f6adfa7a2e57da3265 /Makefile
parent651572ccee9524d6b1499984d571b0c17695b374 (diff)
downloadgcc-compiler-suite-master.zip
gcc-compiler-suite-master.tar.gz
gcc-compiler-suite-master.tar.bz2
genlib no longer part of mingw toolsHEADmasterrefs/changes/14/29214/1
Change-Id: I7ad5094d10b8f7783e402179d9c86f84d236947b (cherry picked from commit 537001b2f8e1bded83c730df89193d8fd09c0497)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index b63a465..5c8e6e3 100644
--- a/Makefile
+++ b/Makefile
@@ -824,7 +824,7 @@ wingcc-gmake:
make && make install
cp -f $(WINGCC_INST_DIR)/bin/make.exe $(WINGCC_INST_DIR)/bin/$(XGCC_TARGET64)-make.exe
-wingcc-mingw-tools: wingcc-genpeimg wingcc-gendef wingcc-genidl wingcc-genlib wingcc-widl
+wingcc-mingw-tools: wingcc-genpeimg wingcc-gendef wingcc-genidl wingcc-widl
wingcc-genpeimg:
rm -Rf $(BUILD_DIR)/genpeimg
@@ -861,18 +861,6 @@ wingcc-genidl:
make && \
make install
-wingcc-genlib:
- rm -Rf $(BUILD_DIR)/genlib
- mkdir -p $(BUILD_DIR)/genlib
- cd $(BUILD_DIR)/genlib && \
- export PATH=$(XGCC_BINPATH):$(PATH) && \
- CC=$(XGCC64) CXX=$(XGPP64) CFLAGS="-O3 -g -Wno-error=cast-function-type -Werror=implicit-fallthrough=0"\
- $(UNPACK_DIR)/mingw-w64-v$(VERSION_MINGW)/mingw-w64-tools/genlib/configure \
- --prefix=$(WINGCC_INST_DIR) \
- --host=$(XGCC_TARGET64) && \
- make && \
- make install
-
wingcc-widl:
cd $(UNPACK_DIR)/mingw-w64-v$(VERSION_MINGW)/mingw-w64-tools/widl && \
autoconf