From 871aa3b9ee7b1067bffa05549190c6051cf06fe5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Nov 2022 23:07:43 +0700 Subject: 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. --- sim/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index cec89bb..675fa1b 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -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 -- cgit v1.1