Kaydet (Commit) 19480ddf authored tarafından Francois Tigeot's avatar Francois Tigeot

Remove the C52 define.

It corresponds to a version of a Solaris-specific compiler used in the
2000-2001 timeframe.
üst bf0d6307
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment