Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/gcc2
-rw-r--r--auto/cc/icc2
2 files changed, 4 insertions, 0 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc
index c5db85885..d76d4a23c 100644
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -12,6 +12,8 @@ NGX_GCC_VER=`$CC -v 2>&1 | grep 'gcc version' 2>&1 \
echo " + gcc version: $NGX_GCC_VER"
+have=NGX_COMPILER value="\"gcc $NGX_GCC_VER\"" . auto/define
+
# Solaris 7's /usr/ccs/bin/as does not support "-pipe"
diff --git a/auto/cc/icc b/auto/cc/icc
index f58f5809a..cca24cd36 100644
--- a/auto/cc/icc
+++ b/auto/cc/icc
@@ -9,6 +9,8 @@ NGX_ICC_VER=`$CC -V 2>&1 | grep 'Version' 2>&1 \
echo " + icc version: $NGX_ICC_VER"
+have=NGX_COMPILER value="\"Intel C Compiler $NGX_ICC_VER\"" . auto/define
+
# optimizations