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:
parent
2f68d08be0
commit
3379ef2280
10
configure
vendored
10
configure
vendored
@ -2263,13 +2263,9 @@ if [ -z "$PLATFORM" ]; then
|
|||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
SunOS:5*)
|
SunOS:5*)
|
||||||
if [ "$XPLATFORM_MINGW" = "yes" ]; then
|
#PLATFORM=solaris-g++
|
||||||
PLATFORM="solaris-g++"
|
PLATFORM=solaris-cc
|
||||||
else
|
#PLATFORM=solaris-cc64
|
||||||
#PLATFORM=solaris-g++
|
|
||||||
PLATFORM=solaris-cc
|
|
||||||
#PLATFORM=solaris-cc64
|
|
||||||
fi
|
|
||||||
PLATFORM_NOTES="
|
PLATFORM_NOTES="
|
||||||
- Also available for Solaris: solaris-g++ solaris-cc-64
|
- Also available for Solaris: solaris-g++ solaris-cc-64
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user