mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: allow the assert configure option everywhere
Currently ports have to call SIM_AC_OPTION_ASSERT explicitly in order to make the configure flag available, which none of them do. There's no real reason to not allow this flag for all ports, so move it to the common sim macro. This way we get standard behavior across all ports.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2016-01-10 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4 (SIM_AC_COMMON): Call SIM_AC_OPTION_ASSERT.
|
||||
|
||||
2016-01-10 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4 (SIM_AC_COMMON): Delete sim_link_files and
|
||||
|
@ -223,6 +223,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
|
||||
fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl
|
||||
AC_SUBST(sim_profile)
|
||||
|
||||
SIM_AC_OPTION_ASSERT
|
||||
SIM_AC_OPTION_INLINE
|
||||
|
||||
ACX_PKGVERSION([SIM])
|
||||
|
Reference in New Issue
Block a user