mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Document minimum supported compiler versions
Pick some fairly old versions of clang and gcc and document them as the minimum supported version. This will let us make assumptions about compiler features that are available when using those compilers. Change-Id: Ibb8df72c9b12cc7adff39ece9708a428975ba703 Reviewed-on: https://gerrit.openafs.org/12331 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Mark Vitale <mvitale@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
83a0f2a9ef
commit
aca8ac83bd
4
INSTALL
4
INSTALL
@ -506,7 +506,9 @@ I Other configure options
|
||||
CC
|
||||
The C compiler to use. Be aware that this is overridden on some
|
||||
architectures that require a specific compiler be used to build the
|
||||
kernel module.
|
||||
kernel module. If gcc is used, version 3 or later is required.
|
||||
If clang is used, version 3 or later is required. (Additional
|
||||
restrictions apply when --enable-checking is used.)
|
||||
|
||||
CFLAGS
|
||||
Additional flags to pass to the C compiler.
|
||||
|
Loading…
Reference in New Issue
Block a user