mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06: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:
@@ -15,7 +15,7 @@ NGX_LOCK_PATH=
|
||||
NGX_USER=
|
||||
NGX_GROUP=
|
||||
|
||||
CC=${CC:-gcc}
|
||||
CC=${CC:-cc}
|
||||
CPP=
|
||||
NGX_OBJS=objs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user