diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 3632b55..15b2b65 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -139,7 +139,7 @@ if test "${enable_sim}" != no; then SIM_TARGET([rl78-*-*], [rl78]) SIM_TARGET([rx-*-*], [rx]) SIM_TARGET([sh*-*-*], [sh]) - SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32], [true]) + SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32]) SIM_TARGET([powerpc*-*-*], [ppc], [true]) SIM_TARGET([v850*-*-*], [v850], [true], [sim_igen=yes]) done |