summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:15:23 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:28:02 +0200
commit19480ddf483174e956bd658b76380dbe499678dd (patch)
tree1d4f681709887bcb20caad6fc89ebff6f148ea52 /set_soenv.in
parentbf0d63071decb03cac5786c82a95b442447b94f6 (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-xset_soenv.in10
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";