summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2016-06-01 08:30:45 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-03 10:27:39 +0000
commit3379ef2280befe6536cd7c2d1a9abba4bdc5f08c (patch)
tree31ec80d48e668a5d28256c7cb03a4079f2054d95 /configure
parent2f68d08be08715a51f6d3f9ce1fae5843b3c17af (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure b/configure
index 2324e0b72f..21a31e0f08 100755
--- a/configure
+++ b/configure
@@ -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
"