diff options
-rwxr-xr-x | sim/testsuite/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/testsuite/configure b/sim/testsuite/configure index 88a0517..6a582ab 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 ;; |