Browse Source

Add IBM Visual Age compiler, from Toon Knapen

[SVN r9612]
Beman Dawes 25 years ago
parent
commit
a61932f2d6
2 changed files with 9 additions and 0 deletions
  1. 7 0
      status/compiler.cfg
  2. 2 0
      status/regression.cpp

+ 7 - 0
status/compiler.cfg

@@ -8,6 +8,13 @@
 //               for vc6 builds. Added cygwin build. Waiting for a fix for
 //               cygwin/stlport to add that (David Abrahams).
 
+aix
+xlC
+Visual Age v5.0
+xlC -c -I%include %source
+xlC -o boosttmp.exe -I%include %source
+Visual Age<br> v5.0
+
 linux
 gcc
 GCC 2.95.2

+ 2 - 0
status/regression.cpp

@@ -50,6 +50,8 @@ std::string get_host()
   return "beos";
 #elif defined __hpux
   return "hpux";
+#elif defined __IBMCPP__
+  return "aix";
 #else
 # error Please adapt for your platform
 #endif

粤ICP备19079148号