./configure \
-xplatform qws/linux-arm-g++ \
-embedded arm \
-depths 4,8,16,32 \
-no-qt3support \
-fast \
-qt-sql-sqlite \
-no-libtiff \
-no-libmng \
-qt-libjpeg \
-qt-zlib \
-qt-libpng \
-qt-freetype \
-optimized-qmake \
-no-nis \
-no-separate-debug-info \
-no-qvfb \
-qt-gfx-linuxfb \
-no-gfx-qvfb \
-qt-kbd-usb \
-no-kbd-qvfb \
-no-mouse-qvfb \
-no-mouse-linuxtp \
-qt-mouse-pc \
-qt-mouse-tslib \
-little-endian \
-verbose \
-dbus \
-prefix ${HOME}/omap/src/qte-arm/target
交叉编译器是OK 的;
我这样配置,按道理说是用 qws/linux-arm-g++ 底下的,qmake.conf 来配置的;
可是,结果是用 qws/linux-x86-g++ ,用的是系统的g++ 不是arm-linux-g++;
make 的时候,前一段是用系统的g++ 编译的,后一段又是用 arm-linux-g++ 这是为什么呀?
高手帮忙解决下,选用哪个编译由哪个选项决定的呀? 谢谢