From f2a611ce6cb0f86d9331641a804de6a507900db7 Mon Sep 17 00:00:00 2001 From: Tomasz Olszak Date: Thu, 18 Jul 2013 20:45:47 +0000 Subject: Fixed mkspecs/devices/linux_device_post.conf for non-arm platforms. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Oswald Buddenhagen --- mkspecs/devices/linux-imx53qsb-g++/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/devices/linux-imx53qsb-g++/qmake.conf') diff --git a/mkspecs/devices/linux-imx53qsb-g++/qmake.conf b/mkspecs/devices/linux-imx53qsb-g++/qmake.conf index 0a5ed89feb..3a9766c4cb 100644 --- a/mkspecs/devices/linux-imx53qsb-g++/qmake.conf +++ b/mkspecs/devices/linux-imx53qsb-g++/qmake.conf @@ -32,6 +32,6 @@ QMAKE_CXXFLAGS_RELEASE += $$IMX5_CFLAGS_RELEASE QMAKE_CFLAGS_DEBUG += $$IMX5_CFLAGS QMAKE_CXXFLAGS_DEBUG += $$IMX5_CFLAGS -include(../common/linux_device_post.conf) +include(../common/linux_arm_device_post.conf) load(qt_config) -- cgit v1.2.3