]> git.kaiwu.me - nginx.git/commitdiff
8.1.38 under FreeBSD can not link -ipo
authorIgor Sysoev <igor@sysoev.ru>
Thu, 19 Apr 2007 17:49:24 +0000 (17:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 19 Apr 2007 17:49:24 +0000 (17:49 +0000)
auto/cc/icc

index 67d3b6ff2cf76e8a9cb2d362915fc9adeb80397c..91dd95ecfd1a94b88428c298bce057e63e67b914 100644 (file)
@@ -26,6 +26,11 @@ case "$NGX_ICC_VER" in
         IPO="-ipo"
     ;;
 
+    # 8.1.38 under FreeBSD can not link -ipo
+    8.1)
+        IPO="-ip"
+    ;;
+
     *)
         IPO="-ipo -ipo_obj"
     ;;