changeset 1171:d2adfc714819

8.1.38 under FreeBSD can not link -ipo
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Apr 2007 17:49:24 +0000
parents 5e878722ad57
children 383ae25c3171
files auto/cc/icc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/auto/cc/icc
+++ b/auto/cc/icc
@@ -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"
     ;;