From: Peter Kümmel Date: Sat, 18 Aug 2012 14:12:49 +0000 (+0200) Subject: cross compile with mingw X-Git-Tag: v5.0.0-beta1~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07a978d3d4b41739eff1061dc45dbfa737bf78b9;p=profile%2Fivi%2Fqtbase.git cross compile with mingw - improve defaults - fix linker errors Change-Id: I7e1deb55fb616a3890510806593a0ab9a0a31d9a Reviewed-by: Yuchen Deng Reviewed-by: Oswald Buddenhagen --- diff --git a/configure b/configure index 4bd8b1d..0b9eac8 100755 --- a/configure +++ b/configure @@ -1309,7 +1309,13 @@ while [ "$#" -gt 0 ]; do ;; xplatform) XPLATFORM="$VAL" - case `basename "$XPLATFORM"` in win32-g++*) XPLATFORM_MINGW=yes;; esac + case `basename "$XPLATFORM"` in win32-g++*) + XPLATFORM_MINGW=yes + CFG_RPATH=no + PKG_CONFIG=no + CFG_REDUCE_EXPORTS=no + ;; + esac ;; device) XPLATFORM=`resolveDeviceMkspec $VAL`