mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
sim: riscv: drop subdir configure logic
We've been using this only to set the default word size to 32-vs-64 based on the $target. We can easily merge this with the top-level configure script to clean things up a bit.
This commit is contained in:
@@ -150,7 +150,7 @@ if test "${enable_sim}" != no; then
|
||||
SIM_TARGET([or1k*-*-*], [or1k], [true])
|
||||
SIM_TARGET([powerpc*-*-*], [ppc], [true])
|
||||
SIM_TARGET([pru*-*-*], [pru])
|
||||
SIM_TARGET([riscv*-*-*], [riscv], [true])
|
||||
SIM_TARGET([riscv*-*-*], [riscv])
|
||||
SIM_TARGET([rl78-*-*], [rl78])
|
||||
SIM_TARGET([rx-*-*], [rx])
|
||||
SIM_TARGET([sh*-*-*], [sh])
|
||||
@@ -203,6 +203,7 @@ AC_SUBST(sim_float)
|
||||
|
||||
dnl Some arches have unique configure flags.
|
||||
m4_include([frv/acinclude.m4])
|
||||
m4_include([riscv/acinclude.m4])
|
||||
m4_include([rx/acinclude.m4])
|
||||
|
||||
dnl Hack to output an "include" statement in the Makefile so automake doesn't
|
||||
|
||||
Reference in New Issue
Block a user