--- qt-all-opensource-src-4.4.1/configure~ 2008-07-31 20:44:02 +0400 +++ qt-all-opensource-src-4.4.1/configure 2008-07-31 20:46:10 +0400 @@ -5679,9 +5679,9 @@ if [ "$QT_CROSS_COMPILE" = "yes" ]; then # extract the operating system from the XPLATFORM TARGET_OPERATING_SYSTEM=`echo $XPLATFORM | cut -f 2- -d/ | cut -f -1 -d-` # when cross-compiling, don't include build-host information (build key is target specific) - QT_BUILD_KEY="$CFG_USER_BUILD_KEY $CFG_ARCH $TARGET_OPERATING_SYSTEM $COMPILER $BUILD_OPTIONS" + QT_BUILD_KEY="$CFG_USER_BUILD_KEY $CFG_ARCH $TARGET_OPERATING_SYSTEM $BUILD_OPTIONS" else - QT_BUILD_KEY="$CFG_USER_BUILD_KEY $UNAME_MACHINE $UNAME_SYSTEM $COMPILER $BUILD_OPTIONS" + QT_BUILD_KEY="$CFG_USER_BUILD_KEY $UNAME_SYSTEM $BUILD_OPTIONS" fi # strip out leading/trailing/extra whitespace QT_BUILD_KEY=`echo $QT_BUILD_KEY | sed -e "s, *, ,g" -e "s,^ *,," -e "s, *$,,"`