Remove some code for cross building from MingW to Solaris

I don't think anybody would do this today.

Change-Id: Id4eb69fb0a38bbd2a28099b66896e55d2b8c9022
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Lars Knoll 2016-06-01 08:30:45 +02:00 committed by Oswald Buddenhagen
parent 2f68d08be0
commit 3379ef2280

10
configure vendored
View File

@ -2263,13 +2263,9 @@ if [ -z "$PLATFORM" ]; then
"
;;
SunOS:5*)
if [ "$XPLATFORM_MINGW" = "yes" ]; then
PLATFORM="solaris-g++"
else
#PLATFORM=solaris-g++
PLATFORM=solaris-cc
#PLATFORM=solaris-cc64
fi
#PLATFORM=solaris-g++
PLATFORM=solaris-cc
#PLATFORM=solaris-cc64
PLATFORM_NOTES="
- Also available for Solaris: solaris-g++ solaris-cc-64
"