Issue 1216 - IRIX / gcc 2.95.2 / STLport unxirgm.mk
Summary: IRIX / gcc 2.95.2 / STLport unxirgm.mk
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: documentation (show other issues)
Version: 632
Hardware: SGI IRIX
: P2 Trivial (vote)
Target Milestone: ---
Assignee: sander_traveling
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks: 1209
  Show dependency tree
 
Reported: 2001-07-13 07:19 UTC by issues@www
Modified: 2003-12-06 14:52 UTC (History)
1 user (show)

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


Attachments
solenv/inc/unxirgm.mk (3.58 KB, text/plain)
2003-12-06 14:52 UTC, issues@www
no flags Details
solenv/inc/unx.mk (638 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description issues@www 2001-07-13 07:19:15 UTC
Here is the solenv/inc/unxirgm.mk for the IRIX / gcc 2.95.2 / STLport build.  
Since this build is the most successful I presume it should go in over the 
IRIX / gcc / libstdc++ version.
Comment 1 issues@www 2001-07-13 07:20:12 UTC
Created attachment 372 [details]
solenv/inc/unxirgm.mk
Comment 2 issues@www 2001-07-13 19:32:46 UTC
Perhaps we can leave the IRIX / gcc / libstdc++ mk file as it is ...

if we add something to unx.mk like

.IF "$(COM)$(OS)$(CPU)" == "GCCIRIXM"
.IF "$(STL)"=="GNU_STL"
.INCLUDE : unxirgm.mk    # Existing IRIX / gcc / libstdc++
.ELSE
.INCLUDE : unxirgm3.mk   # Renamed attactment 372
.ENDIF
.ENDIF

This would mean I have something to control from configure

Your thoughts?
Comment 3 sander_traveling 2001-07-13 19:49:37 UTC
Sounds fine 8-)
Comment 4 issues@www 2001-07-13 20:16:19 UTC
Created attachment 380 [details]
solenv/inc/unx.mk
Comment 5 issues@www 2001-07-13 20:18:56 UTC
Great ... attach 372 can go in renamed as solenv/inc/unxirgm3.mk , and unx.mk 
should use it unless explicitly told to use libstdc++
Comment 6 sander_traveling 2001-07-13 23:28:37 UTC
I think this one is solved. The other issue (irxgm3.mk) remains open for the
moment
Comment 7 michael.bemmer 2003-03-24 08:36:57 UTC
As agreed on I will close these resolved fixed issues now. If you have trouble
with that, please re-open the issue.
Comment 8 michael.bemmer 2003-03-24 08:50:44 UTC
As agreed on I will close these resolved fixed issues now. If you have trouble
with that, please re-open the issue.