commit | ed58c0e9eefef517aa5a547b78658e2ab4422232 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Jun 17 23:11:12 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Aug 08 17:49:05 2016 -0700 |
tree | 678081bd9195ee83fc89ccf06ffd4c551d1d9d44 | |
parent | d26e94149276f8c3d4911aa2c8395ba99b613c8d [diff] |
gcc-plugins: abort builds cleanly when not supported When the compiler doesn't support gcc plugins (either due to missing headers or too old a version), report the problem and abort the build instead of emitting a warning and letting the build founder with arcane compiler errors. Signed-off-by: Kees Cook <keescook@chromium.org>