id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking platform 10280 -Werror broken for kernel rules bonefish bonefish "With the introduction of secondary architecture support in the PM build system the kernel files are no longer built with `-Werror`. Formerly we appended `-Werror` and related flags to the `CCFLAGS` config variable (via the private rule `EnableWerror`). Now we add them to `TARGET_WARNING_CCFLAGS_`, which, however, is overridden in `SetupKernel` with the value of the global `TARGET_KERNEL_WARNING_CCFLAGS`. `CCFLAGS` was no longer suitable since it is not target architecture specific while the `-Werror` flags are. ATM there isn't any alternative config variable that can be used instead." bug closed normal R1 Build System R1/Development fixed All