forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user