mirror of https://github.com/nginx/nginx
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
This commit is contained in:
parent
7022bc28ea
commit
35c17ea6f5
|
|
@ -15,7 +15,7 @@ NGX_LOCK_PATH=
|
|||
NGX_USER=
|
||||
NGX_GROUP=
|
||||
|
||||
CC=${CC:-gcc}
|
||||
CC=${CC:-cc}
|
||||
CPP=
|
||||
NGX_OBJS=objs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue