From: Igor Sysoev Date: Thu, 19 Apr 2007 17:49:24 +0000 (+0000) Subject: 8.1.38 under FreeBSD can not link -ipo X-Git-Tag: release-0.5.18~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=ad490864def09040fb1513573d6ca51acba0ef59;p=nginx.git 8.1.38 under FreeBSD can not link -ipo --- diff --git a/auto/cc/icc b/auto/cc/icc index 67d3b6ff2..91dd95ecf 100644 --- 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" ;;