Avoid errors about clang13-only options here, to ease transition
authorjca <jca@openbsd.org>
Fri, 17 Dec 2021 17:06:39 +0000 (17:06 +0000)
committerjca <jca@openbsd.org>
Fri, 17 Dec 2021 17:06:39 +0000 (17:06 +0000)
commitdfa91a899b99b9e79008222bd59a3743bb27cdce
tree7103f63b6472e34dacb018d955771487a418a4be
parent1d4f4fbee5edbad03d4590f8ac0d87da59d020ac
Avoid errors about clang13-only options here, to ease transition

As pointed out by deraadt@ we can do better than ask people to follow
instructions.  Note that you still need an up-to-date clang if you
update your kernel Makefiles, as those use clang13-only options.

Also -Werror doesn't bring much in binutils context.  It's an outdated
codebase with lots of warts, which frequently breaks due to -Werror
during clang updates.

"This is the right fix" deraadt@
gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper