binutils-gdb/sim/moxie
Simon Marchi 1f195bc327 sim: use -Werror when probing for supported warning flags
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:

    3e019bdc20
    gdb: Use -Werror when checking for (un)supported warning flags

We then see some other compilation errors when building with clang and
-Werror, they can be dealt with later.
2021-04-21 19:48:35 -04:00
..
aclocal.m4 sim: unify toolchain settings 2021-04-02 23:31:14 -04:00
ChangeLog sim: use -Werror when probing for supported warning flags 2021-04-21 19:48:35 -04:00
config.in sim: clean up C11 header includes 2021-01-11 08:05:54 -05:00
configure sim: use -Werror when probing for supported warning flags 2021-04-21 19:48:35 -04:00
configure.ac sim: common: split up acinclude.m4 into individual m4 files 2021-02-21 02:20:19 -05:00
interp.c sim: moxie: switch syscalls to common nltvals 2021-04-18 23:03:38 -04:00
Makefile.in sim: moxie: switch syscalls to common nltvals 2021-04-18 23:03:38 -04:00
moxie-gdb.dtb Fix DTB generation mechanism and build failure 2021-04-08 15:02:14 -03:00
moxie-gdb.dts
sim-main.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00