Browse Source

add -lm to IRIX CC linking

[SVN r8566]
Jens Maurer 25 years ago
parent
commit
13953c7be2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libs/compiler.cfg

+ 2 - 2
libs/compiler.cfg

@@ -63,14 +63,14 @@ irix
 irixcc
 IRIX CC 7.1.3.3
 CC -c -LANG:std -I%include %source
-CC -o boosttmp.exe -LANG:std -I%include %source
+CC -o boosttmp.exe -LANG:std -I%include %source -lm
 SGI IRIX CC<br>7.3.1.1m
 
 irix
 irixcc-clib
 IRIX CC 7.1.3.3 with <cXXX> headers
 CC -c -LANG:std -I$HOME/include -I%include %source
-CC -o boosttmp.exe -LANG:std -I$HOME/include -I%include %source
+CC -o boosttmp.exe -LANG:std -I$HOME/include -I%include %source -lm
 SGI IRIX CC<br>7.3.1.1m<br>clib
 
 irix

粤ICP备19079148号