summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw64
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2019-06-01 08:14:16 (GMT)
committerJoerg Koenig <Joerg.Koenig@techsat.com>2019-06-01 08:14:16 (GMT)
commit790559e3c45729d36948cf76d32bf1dd1cba32af (patch)
treebdce04654f0f9d6221ec0719ffdbb8ec496736ed /Makefile.mingw64
parent3ea670adb3e066103b5912127db56759d236420a (diff)
downloadQt-790559e3c45729d36948cf76d32bf1dd1cba32af.zip
Qt-790559e3c45729d36948cf76d32bf1dd1cba32af.tar.gz
Qt-790559e3c45729d36948cf76d32bf1dd1cba32af.tar.bz2
Fixed PATH in MinGW environmentrefs/changes/99/7699/1
Change-Id: I2fbfad4b1a6a8b3040877b97f224a084c98c24c6
Diffstat (limited to 'Makefile.mingw64')
-rw-r--r--Makefile.mingw646
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.mingw64 b/Makefile.mingw64
index 1b710b2..0ba638e 100644
--- a/Makefile.mingw64
+++ b/Makefile.mingw64
@@ -14,10 +14,6 @@ SSL_ARCHIVE = openssl-$(SSL_VERSION).tar.gz
PACKAGE_NAME = qt-$(VERSION)-$(ARCH)
-ifeq ($(GCC_PATH),)
- $(error GCC_PATH variable not set)
-endif
-
all: download ssl qt
ssl: ssl.$(ARCH)
@@ -32,7 +28,6 @@ ssl.$(ARCH):
cd $(LOCAL_BUILD_PATH) && \
tar --force-local -xzf $(TOP)/SOURCE/$(SSL_ARCHIVE)
cd $(LOCAL_BUILD_PATH)/openssl-$(SSL_VERSION) && \
- export PATH=$(GCC_PATH)/bin:/c/dev-tools/msys/x86/usr/bin:/bin:/usr/bin && \
export CFLAGS="-m64 -fpic" && \
./Configure --prefix=$(LOCAL_INST_PATH)/qt-$(VERSION)/$(ARCH) shared mingw64 && \
make clean && \
@@ -51,7 +46,6 @@ qt.$(ARCH):
fi
cd $(LOCAL_BUILD_PATH)/qt-everywhere-src-$(VERSION) && \
rm -f config.cache && \
- export PATH=$(GCC_PATH)/bin:/c/dev-tools/msys/x86/usr/bin:/bin:/usr/bin && \
./configure \
-platform win32-g++ \
-prefix $(LOCAL_INST_PATH)/qt-$(VERSION)/$(ARCH) \