[Libreoffice-commits] .: set_soenv.in
François Tigeot
ftigeot at kemper.freedesktop.org
Fri Apr 8 04:30:43 PDT 2011
set_soenv.in | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
New commits:
commit d1f5f8bd65d8c0bd50951c696ba7c580999b331e
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Fri Apr 8 13:15:23 2011 +0200
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler used in the
2000-2001 timeframe.
diff --git a/set_soenv.in b/set_soenv.in
index c6a26d9..0393872 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";
More information about the Libreoffice-commits
mailing list