sim: v850: drop subdir configure logic

We've been using this only to set the default word size to 32.  We
can easily move this into the makefile via a -D compiler flag and
clean up the build logic quite a bit.
This commit is contained in:
Mike Frysinger
2022-11-07 23:07:43 +07:00
parent 4cf83930c1
commit 871aa3b9ee
7 changed files with 27 additions and 2962 deletions

View File

@@ -155,7 +155,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([rx-*-*], [rx])
SIM_TARGET([sh*-*-*], [sh])
SIM_TARGET([sparc-*-*], [erc32])
SIM_TARGET([v850*-*-*], [v850], [true], [sim_igen=yes])
SIM_TARGET([v850*-*-*], [v850], [], [sim_igen=yes])
done
if test "x${enable_example_sims}" = xyes; then