From 3379ef2280befe6536cd7c2d1a9abba4bdc5f08c Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 1 Jun 2016 08:30:45 +0200 Subject: 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 --- configure | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'configure') 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 " -- cgit v1.2.3