mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
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_USER=
|
||||||
NGX_GROUP=
|
NGX_GROUP=
|
||||||
|
|
||||||
CC=${CC:-gcc}
|
CC=${CC:-cc}
|
||||||
CPP=
|
CPP=
|
||||||
NGX_OBJS=objs
|
NGX_OBJS=objs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user