Просмотр исходного кода

enable POSIX realtime functions on Compaq Tru64

[SVN r11438]
Jens Maurer 24 лет назад
Родитель
Сommit
a7b33ff53e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      status/compiler.cfg

+ 2 - 2
status/compiler.cfg

@@ -191,8 +191,8 @@ GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
 tru64
 cxx
 Compaq C++ 6.3
-cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -pthread -I%include %source
-cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -pthread -I%include %source -lm
+cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -D_POSIX_C_SOURCE=199309L -pthread -I%include %source
+cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -D_POSIX_C_SOURCE=199309L -pthread -I%include %source -lm -lrt
 <a href="http://www.compaq.com/products/software/compilers/candcxx.html">Compaq C++</a><br>6.3-012
 
 // MIPSpro warnings that were turned off

粤ICP备19079148号