freebsd-dev/sys/powerpc/conf
Warner Losh 7d65d42046 Fix bogusly declared WERRORs in kernel build
Many arm kernel configs bogusly specified WERROR=-Werror. There's no
reason for this because the default is that and there's no reason to
override. These date from a time when we needed to add additional
warning->error suppression. They are obsolete and were cut and paste
propagated from file to file.

Comment out all the WERROR=.... lines in powerpc. They aren't bogus,
but were appropriate for the old defaults for gcc4.2.1. Now that we've
made the policy decision to suppress -Werror by default on these
platforms, it is appropriate to comment these out. People wishing to
fix these errors can still un-comment them out, or say WERROR=-Werror
on the command line.

Fix two instances (cut and paste propagation) of hard-coded -Werror
in x86 code. Replace with ${WERROR} instead. This is a no-op change
except for people who build WERROR=-Wno-error :).

This should fix tinderbox / CI breakage.
2019-08-25 19:39:31 +00:00
..
dpaa Fix bogusly declared WERRORs in kernel build 2019-08-25 19:39:31 +00:00
DEFAULTS
GENERIC sys: Remove DEV_RANDOM device option 2019-06-21 00:16:30 +00:00
GENERIC64 sys: Remove DEV_RANDOM device option 2019-06-21 00:16:30 +00:00
GENERIC64-NODEBUG Create GENERIC64-NODEBUG for powerpc64 2018-02-04 14:27:12 +00:00
GENERIC-NODEBUG Update several more URLs 2017-10-29 08:17:03 +00:00
GENERIC.hints
Makefile
MPC85XX Fix bogusly declared WERRORs in kernel build 2019-08-25 19:39:31 +00:00
MPC85XXSPE Fix bogusly declared WERRORs in kernel build 2019-08-25 19:39:31 +00:00
NOTES Fix powerpc LINT build 2019-08-12 23:25:21 +00:00
QORIQ64 Fix bogusly declared WERRORs in kernel build 2019-08-25 19:39:31 +00:00