diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2018-11-29 07:40:17 (GMT) |
---|---|---|
committer | Koenig, Joerg <jck@techsat.com> | 2018-11-29 07:42:15 (GMT) |
commit | 3af1a11b36d576fb37fed3a42b6ccb0257487aa0 (patch) | |
tree | 387593e58bcf641fe187ca6b5db16d8eae829bc3 | |
parent | c81ca67f05010d1db543846a7485ac6875c24089 (diff) | |
download | gcc-compiler-suite-3af1a11b36d576fb37fed3a42b6ccb0257487aa0.zip gcc-compiler-suite-3af1a11b36d576fb37fed3a42b6ccb0257487aa0.tar.gz gcc-compiler-suite-3af1a11b36d576fb37fed3a42b6ccb0257487aa0.tar.bz2 |
Fixed Makefile.32 for 32-Bit buildrefs/changes/89/6289/2
Change-Id: Ib109228c3db7769c928e992b578673e09ee088d5
-rwxr-xr-x | Makefile.32 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.32 b/Makefile.32 index 5ffea18..96a4992 100755 --- a/Makefile.32 +++ b/Makefile.32 @@ -504,20 +504,20 @@ xgcc-pack: # Nativ Windows Compiler (32 -Bit) ############################################################################## wingcc-all: - make ARCH=x86-mingw64 clean - make ARCH=x86-mingw64 prepare + make -f Makefile.32 ARCH=x86-mingw32 clean + make -f Makefile.32 ARCH=x86-mingw32 prepare # - make ARCH=x86-mingw64 wingcc-binutils - make ARCH=x86-mingw64 wingcc-mingw - make ARCH=x86-mingw64 wingcc-gcc - make ARCH=x86-mingw64 wingcc-finish - make ARCH=x86-mingw64 wingcc-zlib - make ARCH=x86-mingw64 wingcc-bzip2 - make ARCH=x86-mingw64 wingcc-gendef - make ARCH=x86-mingw64 wingcc-genpeimg - make ARCH=x86-mingw64 wingcc-reimp - make ARCH=x86-mingw64 wingcc-gdb - make ARCH=x86-mingw64 wingcc-pack + make -f Makefile.32 ARCH=x86-mingw32 wingcc-binutils + make -f Makefile.32 ARCH=x86-mingw32 wingcc-mingw + make -f Makefile.32 ARCH=x86-mingw32 wingcc-gcc + make -f Makefile.32 ARCH=x86-mingw32 wingcc-finish + make -f Makefile.32 ARCH=x86-mingw32 wingcc-zlib + make -f Makefile.32 ARCH=x86-mingw32 wingcc-bzip2 + make -f Makefile.32 ARCH=x86-mingw32 wingcc-gendef + make -f Makefile.32 ARCH=x86-mingw32 wingcc-genpeimg + make -f Makefile.32 ARCH=x86-mingw32 wingcc-reimp + make -f Makefile.32 ARCH=x86-mingw32 wingcc-gdb + make -f Makefile.32 ARCH=x86-mingw32 wingcc-pack wingcc-binutils: mkdir -p $(BUILD_DIR)/binutils |