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	Thu Apr 19 17:48:49 2007 +0000
+++ b/auto/cc/icc	Thu Apr 19 17:49:24 2007 +0000
@@ -26,6 +26,11 @@
         IPO="-ipo"
     ;;
 
+    # 8.1.38 under FreeBSD can not link -ipo
+    8.1)
+        IPO="-ip"
+    ;;
+
     *)
         IPO="-ipo -ipo_obj"
     ;;