summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2019-05-30 21:04:07 (GMT)
committerJoerg Koenig <Joerg.Koenig@techsat.com>2019-05-30 21:04:07 (GMT)
commit0fca31cfad56705f9d261b8a17fcfb779c20ae5a (patch)
tree24055ca5d50dc5bbfa4bed74232fb2eb105b8546 /Makefile
parentbc0b081c5b9c75a6737cce1404459172d36e879f (diff)
downloadQt-0fca31cfad56705f9d261b8a17fcfb779c20ae5a.zip
Qt-0fca31cfad56705f9d261b8a17fcfb779c20ae5a.tar.gz
Qt-0fca31cfad56705f9d261b8a17fcfb779c20ae5a.tar.bz2
Change-Id: I4f8f0b472eca3bfc0a51c6857489f114441801d0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ae9130..84fc3f9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ SSL_ARCHIVE=openssl-$(SSL_VERSION).tar.gz
PACKAGE_NAME = qt-$(VERSION)
-GCC_PATH ?= /opt/dev-tools/gcc/8.2.0/x86-linux64/gcc-8.2.0
+GCC_PATH ?= /opt/dev-tools/gcc-suite/1.3.0/x86-linux64/gcc-8.2.0
CC ?= $(GCC_PATH)/bin/gcc
CXX ?= $(GCC_PATH)/bin/g++