diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-30 13:01:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-30 14:39:46 -0400 |
commit | 408a44aac1c1ab2fc07ed77eb0671fd73a675559 (patch) | |
tree | 58cd9e2365ebbec7131acce309a704a46ed4b8b4 /sim/ChangeLog | |
parent | b79efe264f9d2d4fc5b0491acd3258063b309723 (diff) | |
download | fsf-binutils-gdb-408a44aac1c1ab2fc07ed77eb0671fd73a675559.zip fsf-binutils-gdb-408a44aac1c1ab2fc07ed77eb0671fd73a675559.tar.gz fsf-binutils-gdb-408a44aac1c1ab2fc07ed77eb0671fd73a675559.tar.bz2 |
sim: cris/frv/iq2000/lm32: merge with common configure script
Now that the scache logic has been migrated into the common code,
there's nothing specific in these configure scripts, so merge them
into the common one.
The frv unique logic can be moved to a dedicated include and merged
in the common configure since the flag has been scoped to the arch.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 3c652d4..ca61d6d 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,11 @@ 2021-06-30 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Remove [true] from cris, frv, iq2000, and lm32 + SIM_TARGET calls. Include frv/acinclude.m4. + * configure, Makefile.in: Regenerate. + +2021-06-30 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Call SIM_AC_OPTION_SCACHE. (sim_scache): Delete. * m4/sim_ac_option_scache.m4: Delete first arg. Define WITH_SCACHE. |