Browse Source

also added RTTI support for Aix during linking

[SVN r10532]
Toon Knapen 25 years ago
parent
commit
057fd56c1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      status/compiler.cfg

+ 1 - 1
status/compiler.cfg

@@ -13,7 +13,7 @@ aix
 xlC
 Visual Age v5.0
 xlC -c -qrtti -I%include %source
-xlC -o boosttmp.exe -I%include %source
+xlC -o boosttmp.exe -qrtti -I%include %source
 Visual Age<br> v5.0
 
 linux

粤ICP备19079148号