summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-07-31 09:49:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-07-31 09:49:47 +0000
commitc2befd418dc5e974d0e0185e40ee1c8e7e9d0020 (patch)
tree0584b3933d230ff0d6827f8ad3447b85221596c6 /solenv/inc
parentf73357e0e33f0f6ddff49c3b15451e250021e551 (diff)
#101911#: add Forte 7 (C54) support
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/tg_compv.mk8
-rw-r--r--solenv/inc/unx.mk8
2 files changed, 10 insertions, 6 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
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index 03894f8ca94f..8444f4c94004 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unx.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: hjs $ $Date: 2001-11-05 17:46:28 $
+# last change: $Author: hr $ $Date: 2002-07-31 10:49:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -92,6 +92,10 @@ OLE2DEF=
.INCLUDE : unxsoli3.mk
.ENDIF
+.IF "$(COM)$(OS)$(CPU)" == "C54SOLARISS"
+.INCLUDE : unxsols4.mk
+.ENDIF
+
.IF "$(COM)$(OS)$(CPU)" == "GCCSOLARISS"
.INCLUDE : unxsogs.mk
.ENDIF