From: Mike Frysinger Date: Fri, 23 Mar 2012 04:30:55 +0000 (+0000) Subject: sim: testsuite: regen configure after rl78 addition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fe8b60120a48c2b516c60a7929bcee694235bd6;p=binutils-gdb.git sim: testsuite: regen configure after rl78 addition --- diff --git a/sim/testsuite/configure b/sim/testsuite/configure index 88a05173066..6a582ab1714 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 ;;