Changeset 2034
- Timestamp:
- Dec 31, 2010 6:49:38 AM (10 years ago)
- Location:
- stable/0.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.6
-
stable/0.6/coin.m4
r1999 r2034 566 566 comps="CC xlC_r aCC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;; 567 567 *-darwin*) comps="g++ c++ CC" ;; 568 *-linux-gnu*) 569 comps="g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC xlC_r aCC CC" ;; 568 570 *) comps="xlC_r aCC CC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;; 569 571 esac … … 986 988 fi 987 989 ;; 990 *-linux-gnu*) comps="gcc cc pgcc icc xlc" ;; 988 991 *-linux-*) comps="xlc gcc cc pgcc icc" ;; 989 992 *) comps="xlc_r xlc cc gcc pgcc icc" ;; … … 1508 1511 *-*-solaris*) 1509 1512 coin_f77_comps="f95 f90 f77 xlf_r fort77 gfortran g77 pgf90 pgf77 ifort ifc frt af77" ;; 1513 *-linux-gnu*) 1514 coin_f77_comps="gfortran fort77 f77 g77 pgf90 pgf77 ifort ifc frt af77 xlf_r" ;; 1510 1515 *) coin_f77_comps="xlf_r fort77 gfortran f77 g77 pgf90 pgf77 ifort ifc frt af77" ;; 1511 1516 esac -
stable/0.6/compile_f2c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.