diff options
Diffstat (limited to 'sim/ft32')
-rw-r--r-- | sim/ft32/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/ft32/configure | 2 | ||||
-rw-r--r-- | sim/ft32/configure.ac | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index 57889b6..a193dc3 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -1,3 +1,8 @@ +2021-06-14 Mike Frysinger <vapier@gentoo.org> + + * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. + * configure: Regenerate. + 2021-06-12 Mike Frysinger <vapier@gentoo.org> * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/ft32/configure b/sim/ft32/configure index 32b8327..7cdfa3e 100755 --- a/sim/ft32/configure +++ b/sim/ft32/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" diff --git a/sim/ft32/configure.ac b/sim/ft32/configure.ac index 9d6e1e6..8cd4d23 100644 --- a/sim/ft32/configure.ac +++ b/sim/ft32/configure.ac @@ -5,6 +5,5 @@ AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) SIM_AC_COMMON SIM_AC_OPTION_ENDIAN(LITTLE) -SIM_AC_OPTION_WARNINGS SIM_AC_OUTPUT |