Issue 18146 - tg_compv.mk needs a MipsPro version section
Summary: tg_compv.mk needs a MipsPro version section
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809
  Show dependency tree
 
Reported: 2003-08-12 02:20 UTC by nickb
Modified: 2004-02-05 12:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nickb 2003-08-12 02:20:10 UTC
Something like this:
Index: inc/tg_compv.mk
===================================================================
RCS file: /cvs/tools/solenv/inc/tg_compv.mk,v
retrieving revision 1.12.2.1
diff -u -r1.12.2.1 tg_compv.mk
--- inc/tg_compv.mk     19 Jun 2003 07:40:21 -0000      1.12.2.1
+++ inc/tg_compv.mk     12 Aug 2003 01:21:14 -0000
@@ -87,6 +87,12 @@
 CFLAGSNUMVERSION_CMD= -V |& $(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))
@@ -136,6 +142,11 @@
 COMID=C52
 COMNAME=sunpro5
 .ENDIF
+.ENDIF
+
+.IF "$(COM)"=="C730"
+COMID=C730
+COMNAME=MipsPro
 .ENDIF

 .IF "$(COMNAME)"==""
Comment 1 Martin Hollmichel 2003-08-15 10:38:31 UTC
set target.
Comment 2 sander_traveling 2003-10-16 19:19:15 UTC
commited in ooo111fix1
Comment 3 Martin Hollmichel 2004-02-05 12:28:56 UTC
mark as verified.
Comment 4 Martin Hollmichel 2004-02-05 12:40:01 UTC
closing issue, feel free to reopen in case a problem is left.