diff --git a/sim/testsuite/configure b/sim/testsuite/configure index 88a0517306..6a582ab171 100755 --- a/sim/testsuite/configure +++ b/sim/testsuite/configure @@ -1893,6 +1893,9 @@ case "${target}" in sim_arch=moxie sim_testsuite=yes ;; + rl78-*-*) + sim_arch=rl78 + ;; rx-*-*) sim_arch=rx ;;