[nginx] svn commit: r5072 - trunk/auto

glebius at nginx.com glebius at nginx.com
Mon Feb 18 11:35:28 UTC 2013


Author: glebius
Date: 2013-02-18 11:35:28 +0000 (Mon, 18 Feb 2013)
New Revision: 5072
URL: http://trac.nginx.org/nginx/changeset/5072/nginx

Log:
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


Modified:
   trunk/auto/options

Modified: trunk/auto/options
===================================================================
--- trunk/auto/options	2013-02-15 16:50:22 UTC (rev 5071)
+++ trunk/auto/options	2013-02-18 11:35:28 UTC (rev 5072)
@@ -15,7 +15,7 @@
 NGX_USER=
 NGX_GROUP=
 
-CC=${CC:-gcc}
+CC=${CC:-cc}
 CPP=
 NGX_OBJS=objs
 



More information about the nginx-devel mailing list