summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/ghs-integrity-armv7.conf
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2015-10-27 01:54:21 +0100
committerRolland Dudemaine <rolland@ghs.com>2016-03-21 16:49:54 +0000
commit83ebd5168f4e7fe9a460b85e3c42b5a5388bdb5d (patch)
tree6d7d84ebc72b2dedac32d1f062ccce10f5f71801 /mkspecs/common/ghs-integrity-armv7.conf
parent0694751c3323beebca167100c203f533755622c2 (diff)
Add support for building for INTEGRITY using GHS toolchain.
Targets (xplatform) include integrity-armv7 and integrity-x86. [ChangeLog][Platform Specific Changes] Added support for INTEGRITY RTOS. Change-Id: If7827791e0a977ff198cb99e9dcc684a010bbb81 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/common/ghs-integrity-armv7.conf')
-rw-r--r--mkspecs/common/ghs-integrity-armv7.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/mkspecs/common/ghs-integrity-armv7.conf b/mkspecs/common/ghs-integrity-armv7.conf
new file mode 100644
index 0000000000..f678edb958
--- /dev/null
+++ b/mkspecs/common/ghs-integrity-armv7.conf
@@ -0,0 +1,17 @@
+#
+# Base qmake configuration for GHS on INTEGRITY
+#
+MAKEFILE_GENERATOR = UNIX
+
+QMAKE_PLATFORM = integrity
+
+include(unix.conf)
+
+include(ghs-base.conf)
+
+QMAKE_CC = cxintarm -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
+QMAKE_CXX = cxintarm -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
+QMAKE_LINK = $$QMAKE_CXX
+QMAKE_AR = $$QMAKE_CXX -archive -o
+
+load(qt_config)