mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
When building with clang, we get:
error: unknown warning option '-Wmissing-parameter-type' [-Werror,-Wunknown-warning-option]
This is because clang only warns by default when encountering an unknown
warning option, and the probe for supported warning flags is done
without -Werror. All flags are therefore accepted by configure, but
then it breaks when actually compiling a source file with -Werror.
This is equivalent to this commit in gdb:
|
||
---|---|---|
.. | ||
aclocal.m4 | ||
arch.c | ||
arch.h | ||
bpf-helpers.c | ||
bpf-helpers.def | ||
bpf-helpers.h | ||
bpf-sim.h | ||
bpf.c | ||
ChangeLog | ||
config.in | ||
configure | ||
configure.ac | ||
cpu.c | ||
cpu.h | ||
cpuall.h | ||
decode-be.c | ||
decode-be.h | ||
decode-le.c | ||
decode-le.h | ||
decode.h | ||
defs-be.h | ||
defs-le.h | ||
eng.h | ||
Makefile.in | ||
mloop.in | ||
sem-be.c | ||
sem-le.c | ||
sim-if.c | ||
sim-main.h | ||
traps.c |