compiler.cfg 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // Boost compiler configuration file
  2. //
  3. // The first command template is for compile only tests
  4. // The second command template is for compile and link (and possibly run) tests
  5. linux
  6. gcc
  7. GCC 2.95.2
  8. g++ -c -ftemplate-depth-30 -I%include %source
  9. g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
  10. GNU<br>GCC<br>2.95.2
  11. linux
  12. gcc-stlport
  13. GCC 2.95.2 STLport 4.0
  14. g++ -c -V 2.95.2-stlport -ftemplate-depth-30 -I%include %source
  15. g++ -o boosttmp.exe -V 2.95.2-stlport -ftemplate-depth-30 -I%include %source
  16. GNU<br>GCC<br>2.95.2<br>STLport<br>4.0
  17. linux
  18. como
  19. Comeau C++ 4.2.44 beta3
  20. como -c -I%include %source
  21. como -o boosttmp.exe -I%include %source
  22. Comeau C++<br>4.2.44 beta3<br>STLport<br>4.0
  23. sunos5
  24. suncc
  25. Sun WorkShop 6 2000/04/07 C++ 5.1
  26. CC -c -I%include %source
  27. CC -o boosttmp.exe -I%include %source
  28. Sun C++<br>Sun WorkShop 6, C++ 5.1
  29. sunos5
  30. gcc
  31. GCC 2.95.2
  32. g++ -c -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
  33. g++ -o boosttmp.exe -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
  34. GNU<br>GCC<br>2.95.2
  35. sunos5
  36. kcc
  37. KCC 3.4g
  38. KCC -c --strict_warnings -I%include %source
  39. KCC -o boosttmp.exe --strict_warnings -I%include %source
  40. KAI<br>KCC<br>3.4g
  41. osf1V5
  42. cxx
  43. Compaq C++ 6.0
  44. cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source
  45. cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source
  46. Compaq C++<br>6.2-024
  47. osf1V5
  48. cxx-clib
  49. Compaq C++ 6.0 with <cXXX> headers
  50. cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source
  51. cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source
  52. Compaq C++<br>6.2-024<br>clib
  53. irix6
  54. irixcc
  55. IRIX CC 7.1.3.3
  56. CC -c -LANG:std -I%include %source
  57. CC -o boosttmp.exe -LANG:std -I%include %source
  58. SGI IRIX CC<br>7.3.1.1m
  59. irix6
  60. irixcc-clib
  61. IRIX CC 7.1.3.3 with <cXXX> headers
  62. CC -c -LANG:std -I$HOME/include -I%include %source
  63. CC -o boosttmp.exe -LANG:std -I$HOME/include -I%include %source
  64. SGI IRIX CC<br>7.3.1.1m<br>clib
  65. beos
  66. gcc
  67. GNU GCC
  68. c++ -c -ftemplate-depth-30 -Wall -I%include %source
  69. c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I%include %source
  70. GNUPro<br>GCC&nbsp;2.9
  71. beos
  72. gcc-stlport
  73. GNU GCC
  74. c++ -c -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source
  75. c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source
  76. GNUPro<br>GCC&nbsp;2.9<br>+<br>SGI&nbsp;STL&nbsp;3.3
  77. win32
  78. bcc
  79. Borland C++ 5.5.1
  80. bcc32 -c -I%include -j10 -q %source
  81. bcc32 -eboosttmp.exe -I%include -j10 -q %source
  82. Borland<br>BCC<br>5.5.1
  83. win32
  84. cw
  85. Metrowerks CodeWarrior
  86. mwcc -c -nocodegen -maxerrors 10 -cwd source -I- -I%include %source
  87. mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include %source
  88. Metrowerks<br>CodeWarrior<br>6.0
  89. win32
  90. vc
  91. Microsoft Visual C++
  92. cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
  93. cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
  94. Microsoft<br>VC++<br>6.0 SP4
  95. win32
  96. vc-stlport
  97. Microsoft Visual C++ with STLport
  98. cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH" /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
  99. cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH" /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
  100. Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0
  101. // end of file
粤ICP备19079148号