summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-tegra2-g++
diff options
context:
space:
mode:
authorTomasz Olszak <olszak.tomasz@gmail.com>2013-07-18 20:45:47 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-24 18:58:24 +0200
commitf2a611ce6cb0f86d9331641a804de6a507900db7 (patch)
tree3a2834cf69ac30a557529da2a7492455b37ae32e /mkspecs/devices/linux-tegra2-g++
parent77833b90c8d93b86904b744f7be2926ba377ca6e (diff)
Fixed mkspecs/devices/linux_device_post.conf for non-arm platforms.
Now arm specific -mfloat-abi flag is added to compiler flags only for arm architecture in linux_arm_device_post.conf. Change-Id: Ie77ac6e0717d9d1fd9c14e1d6a26e86f08ab418c Reviewed-by: Jarosław Staniek <staniek@kde.org> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs/devices/linux-tegra2-g++')
-rw-r--r--mkspecs/devices/linux-tegra2-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/devices/linux-tegra2-g++/qmake.conf b/mkspecs/devices/linux-tegra2-g++/qmake.conf
index 1c7a8cc52a..320e1b8a21 100644
--- a/mkspecs/devices/linux-tegra2-g++/qmake.conf
+++ b/mkspecs/devices/linux-tegra2-g++/qmake.conf
@@ -26,6 +26,6 @@ TEGRA2_CFLAGS = -mtune=cortex-a9 -march=armv7-a -mhard-float -mfloat-a
QMAKE_CFLAGS += $$TEGRA2_CFLAGS
QMAKE_CXXFLAGS += $$TEGRA2_CFLAGS
-include(../common/linux_device_post.conf)
+include(../common/linux_arm_device_post.conf)
load(qt_config)