Merge "Actually turn on -Werror for crtbegin."

This commit is contained in:
Treehugger Robot 2017-07-28 20:14:57 +00:00 committed by Gerrit Code Review
commit 07d2d327bf

View file

@ -1948,6 +1948,8 @@ cc_defaults {
no_default_compiler_flags: true,
cflags: ["-Wno-gcc-compat", "-Werror"],
arch: {
arm: {
local_include_dirs: ["arch-arm/include"],
@ -1974,6 +1976,8 @@ cc_defaults {
cc_defaults {
name: "crt_so_defaults",
cflags: ["-Wno-gcc-compat", "-Werror"],
vendor_available: true,
arch: {
mips: {