diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-14 23:16:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-14 23:19:52 -0400 |
commit | 82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9 (patch) | |
tree | a08d893f20194b02bf2e9d6bfff0e3198df3d21d /sim/avr/configure | |
parent | fbe8d1cf5b1b92e28be05b61edb3141261e02672 (diff) | |
download | gdb-82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9.zip gdb-82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9.tar.gz gdb-82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9.tar.bz2 |
sim: drop redundant SIM_AC_OPTION_WARNINGS
The common code already calls this, so no need to do so in arch dirs.
We leave the calls that disable -Werror. This will help unify the
configure scripts.
Diffstat (limited to 'sim/avr/configure')
-rwxr-xr-x | sim/avr/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/avr/configure b/sim/avr/configure index 32b8327..7cdfa3e 100755 --- a/sim/avr/configure +++ b/sim/avr/configure @@ -11193,6 +11193,7 @@ fi fi + # Check whether --enable-werror was given. if test "${enable_werror+set}" = set; then : enableval=$enable_werror; case "${enableval}" in @@ -11293,7 +11294,6 @@ $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; } fi - hardware="cfi core pal glue " sim_hw_cflags="-DWITH_HW=1" sim_hw="$hardware" |