diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-07-31 09:49:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-07-31 09:49:47 +0000 |
commit | c2befd418dc5e974d0e0185e40ee1c8e7e9d0020 (patch) | |
tree | 0584b3933d230ff0d6827f8ad3447b85221596c6 /solenv/inc/tg_compv.mk | |
parent | f73357e0e33f0f6ddff49c3b15451e250021e551 (diff) |
#101911#: add Forte 7 (C54) support
Diffstat (limited to 'solenv/inc/tg_compv.mk')
-rw-r--r-- | solenv/inc/tg_compv.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk index ea44e71492c6..1fe5fc6eb391 100644 --- a/solenv/inc/tg_compv.mk +++ b/solenv/inc/tg_compv.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_compv.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2002-03-01 13:21:33 $ +# last change: $Author: hr $ $Date: 2002-07-31 10:49:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,7 +81,7 @@ CFLAGSVERSION_CMD= |& $(AWK) -f $(SOLARENV)$/bin$/getcompver.awk CFLAGSNUMVERSION_CMD= |& $(AWK) -v num=true -f $(SOLARENV)$/bin$/getcompver.awk .ENDIF -.IF "$(COM)"=="C52" || "$(COM)"=="C40" || "$(COM)"=="sunpro" +.IF "$(COM)"=="C54" || "$(COM)"=="C52" || "$(COM)"=="C40" || "$(COM)"=="sunpro" CFLAGSVERSION= -V CFLAGSVERSION_CMD= -V |& nawk -f $(SOLARENV)$/bin$/getcompver.awk CFLAGSNUMVERSION_CMD= -V |& nawk -v num=true -f $(SOLARENV)$/bin$/getcompver.awk @@ -113,7 +113,7 @@ COMNAME=gcc3 .ENDIF .ENDIF -.IF "$(COM)"=="C52" || "$(COM)"=="C40" || "$(COM)"=="sunpro" +.IF "$(COM)" == "C54" || "$(COM)"=="C52" || "$(COM)"=="C40" || "$(COM)"=="sunpro" .IF "$(CCNUMVER)">="00050002" COMID=C52 COMNAME=sunpro5 |