[Libreoffice-commits] .: solenv/inc

François Tigeot ftigeot at kemper.freedesktop.org
Tue Jun 28 22:37:14 PDT 2011


 solenv/inc/tg_compv.mk |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit 11e4f40bd2d63453cac87b8a6467cb34c36c9946
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Wed Jun 29 07:33:13 2011 +0200

    The SGI MIPSpro compilers are not used these days

diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk
index a9fc920..2eb256d 100644
--- a/solenv/inc/tg_compv.mk
+++ b/solenv/inc/tg_compv.mk
@@ -53,12 +53,6 @@ CFLAGSVERSION_CMD= -V  $(PIPEERROR) $(AWK) -f $(SOLARENV)/bin/getcompver.awk
 CFLAGSNUMVERSION_CMD= -V  $(PIPEERROR) $(AWK) -v num=true -f $(SOLARENV)/bin/getcompver.awk
 .ENDIF
 
-.IF "$(COM)"=="C730"
-CFLAGSVERSION= -version
-CFLAGSVERSION_CMD= -version |& cut -d" " -f4-
-CFLAGSNUMVERSION_CMD= -version |& cut -d" " -f4-
-.ENDIF
-
 # that's the version known by the specific
 # compiler
 CCVER:=$(shell @-$(CXX) $(CFLAGSVERSION_CMD))
@@ -130,11 +124,6 @@ COMNAME=sunpro5
 .ENDIF
 .ENDIF
 
-.IF "$(COM)"=="C730"
-COMID=C730
-COMNAME=MipsPro
-.ENDIF
-
 .IF "$(COMNAME)"==""
 
 # "EXCEPTIONSFILES" get compiled before this, but shouldn't


More information about the Libreoffice-commits mailing list