added HP/UX configurations

[SVN r8818]
This commit is contained in:
Jens Maurer 2001-01-30 22:32:25 +00:00
parent 856cdfc33b
commit 88790aab36

View file

@ -36,6 +36,20 @@ como --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
como --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
Comeau C++<br>4.2.44 beta3<br>(strict mode)<br>STLport<br>4.0
hpux
gcc
GCC 2.95.2
g++ -c -ftemplate-depth-30 -I%include %source
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source -ldce
GNU<br>GCC<br>2.95.2
hpux
aCC
HP ANSI C++ B3910B A.01.18
aCC -c -I%include %source
aCC -o boosttmp.exe -I%include %source
HP<br>aCC<br>A.01.18
solaris
suncc
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11