Changeset 2443 in Sophya
- Timestamp:
- Oct 3, 2003, 3:40:54 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r2437 r2443 33 33 static char * cxx_opt = 34 34 "-O -no_implicit_include "; 35 static char * SGICC_opt = "-O -prelink -D__SGICC__ ";35 static char * SGICC_opt = "-O -prelink -D__SGICC__ -LANG:std"; 36 36 37 37 /* --Methode-- */ … … 90 90 compCmd = "CC "; 91 91 compOptions = SGICC_opt; 92 linkOptions = "-shared -O ";92 linkOptions = "-shared -O -LANG:std"; 93 93 syscomp += "CC/"; 94 94 #ifdef SGI_ARCH64
Note:
See TracChangeset
for help on using the changeset viewer.