diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:15:23 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:28:02 +0200 |
commit | 19480ddf483174e956bd658b76380dbe499678dd (patch) | |
tree | 1d4f681709887bcb20caad6fc89ebff6f148ea52 /set_soenv.in | |
parent | bf0d63071decb03cac5786c82a95b442447b94f6 (diff) |
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler used in the
2000-2001 timeframe.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/set_soenv.in b/set_soenv.in index c6a26d958a7b..039387210163 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -225,14 +225,8 @@ if ( $platform =~ m/solaris/ ) $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."sparc".$ds."native_threads"; } - if ( $CC =~ "gcc") { - $COM = "GCC"; - $CVER = "C300"; - } else { - $COM = "C52"; - $CVER = "C52"; - $COMEX = 4; - } + $COM = "GCC"; + $CVER = "C300"; $BIG_SVX = "TRUE"; $COMPATH = '@COMPATH@'; $GUI = "UNX"; |