Changeset 34255 for branches/eam_branches/ipp-20120627/psconfig
- Timestamp:
- Jul 31, 2012, 3:51:23 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120627
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psconfig/psconfig.csh.in (modified) (2 diffs)
-
psconfig/tagsets/ipp-3.0.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627
- Property svn:mergeinfo changed
/trunk merged: 34249,34253-34254
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120627/psconfig/psconfig.csh.in
r34087 r34255 319 319 case linux: 320 320 case linrh: 321 gcc --version | grep 4.6.3| grep Ubuntu >& /dev/null321 gcc --version | grep -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null 322 322 if ($status == 0) then 323 323 set xtraflags = "-Wl,--no-as-needed" … … 331 331 case lin64: 332 332 case linrh64: 333 gcc --version | grep 4.6.3| grep Ubuntu >& /dev/null333 gcc --version | grep -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null 334 334 if ($status == 0) then 335 335 set xtraflags = "-Wl,--no-as-needed" -
branches/eam_branches/ipp-20120627/psconfig/tagsets/ipp-3.0.dist
r31162 r34255 64 64 YYYYY ippScripts ipp-2-9 -0 65 65 YYYYY ippTasks ipp-2-9 -0 66 # YYYYY ippToPsps ipp-2-9 -0 66 67 67 68 YYYYY ippconfig ipp-2-9 -0
Note:
See TracChangeset
for help on using the changeset viewer.
