diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-16 11:16:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-16 11:30:46 +0100 |
commit | 514cefbcb7b800f8ddd2aa595502f4fe8403882f (patch) | |
tree | 358029494aa87f01628b1094a8adf30a9daeef5b /solenv | |
parent | 3eba78e14142060164b288805b0bef7cf415f406 (diff) |
gbuild: solaris.mk: deprecate SunStudio
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/solaris.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index ed3f164bcb65..f23571d661a5 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -26,6 +26,12 @@ # #************************************************************************* +# FIXME: this is currently hardcoded to SunStudio. +# We really don't want to support building with that because of all its +# bugs that need painful work-arounds; if somebody revives the Solaris +# port then please make it use GCC instead (there used to be a Solaris/GCC +# port at some point in the past, see solenv/inc/unxsog{i,s}.mk). + GUI := UNX COM := C52 |