diff options
author | Gleb Smirnoff <glebius@nginx.com> | 2013-02-18 11:35:28 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@nginx.com> | 2013-02-18 11:35:28 +0000 |
commit | 35c17ea6f55c202956dccdf11edcdcda432edebe (patch) | |
tree | 789c980d1b0334f66561adef8509f2f82f8deb00 | |
parent | 7022bc28ead828afd8ee5109e7d96f3bff45c7e5 (diff) | |
download | nginx-35c17ea6f55c202956dccdf11edcdcda432edebe.tar.gz nginx-35c17ea6f55c202956dccdf11edcdcda432edebe.zip |
Configure: changed default compiler from "gcc" to "cc".
This allows to automatically pick the preferred system compiler on
systems with multiple compilers.
Reviewed by: mdounin, ru
-rw-r--r-- | auto/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/options b/auto/options index a75bead54..150286d7b 100644 --- a/auto/options +++ b/auto/options @@ -15,7 +15,7 @@ NGX_LOCK_PATH= NGX_USER= NGX_GROUP= -CC=${CC:-gcc} +CC=${CC:-cc} CPP= NGX_OBJS=objs |