Decouple -lang-c++ from CXX command on QNX mkspecs
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>
Thu, 16 Aug 2012 16:08:19 +0000 (18:08 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 17 Aug 2012 15:06:44 +0000 (17:06 +0200)
commitf4f185edd9dda513320e23b9a3e3f92be203884f
treefc91b262972b222d27d93afee2bf773feba4d42a
parent727039c8e832b30775190683bf0aa4c293ddf7cd
Decouple -lang-c++ from CXX command on QNX mkspecs

Making -lang-c++ integral part of the $CXX command was wrong, because there are
cases where $CXX must be called without the -lang-c++ file (when building asm
files for instance). This commit moves the -lang-c++ to $CXX_FLAGS where it
belongs.

Change-Id: I667c8d722105c6117fcd8ff3102dbdfcb890b24f
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
mkspecs/common/qcc-base-qnx-armv7le.conf
mkspecs/common/qcc-base-qnx-x86.conf
mkspecs/common/qcc-base-qnx.conf
mkspecs/common/qcc-base.conf