summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-archos-gen8-g++
diff options
context:
space:
mode:
authorDonald Carr <donald.carr@nokia.com>2012-05-11 22:46:54 +0000
committerQt by Nokia <qt-info@nokia.com>2012-05-15 04:56:59 +0200
commit1da0db344a6a0332c0284713d3ff645025c617f3 (patch)
treee1f0ed6fdeea8c66057e37f8fee314e830867f79 /mkspecs/devices/linux-archos-gen8-g++
parent87362f3f58056e29563936102b29070f3e7e945a (diff)
device: don't set a default cross compile prefix
qmake -set can be used instead to set a the default cross compile. device_config.prf already contains code to read this default. Remove per-spec CROSS_COMPILE checks Introduce deviceSanityCheckCompiler() usage where appropriate Done-with: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com> Change-Id: I07c75c9e933dc1174a1bf8bf523b6b4a6b427408 Reviewed-by: Romain Pokrzywka <romain.pokrzywka@kdab.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'mkspecs/devices/linux-archos-gen8-g++')
-rw-r--r--mkspecs/devices/linux-archos-gen8-g++/qmake.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/mkspecs/devices/linux-archos-gen8-g++/qmake.conf b/mkspecs/devices/linux-archos-gen8-g++/qmake.conf
index 5e1fe8aea7..2523d9321a 100644
--- a/mkspecs/devices/linux-archos-gen8-g++/qmake.conf
+++ b/mkspecs/devices/linux-archos-gen8-g++/qmake.conf
@@ -21,10 +21,6 @@ load(device_config)
QT_QPA_DEFAULT_PLATFORM = eglfs
-isEmpty(CROSS_COMPILE) {
- CROSS_COMPILE = arm-angstrom-linux-gnueabi-
-}
-
# modifications to g++.conf
QMAKE_CC = $${CROSS_COMPILE}gcc
QMAKE_CXX = $${CROSS_COMPILE}g++
@@ -57,7 +53,6 @@ QMAKE_LIBS_EGL = -lEGL -lIMGegl -lsrv_um
QMAKE_LIBS_OPENGL_ES2 = -lGLESv2 $${QMAKE_LIBS_EGL}
QMAKE_LIBS_OPENVG = -lOpenVG $${QMAKE_LIBS_EGL}
-# Sanity check
deviceSanityCheckCompiler()
load(qt_config)