aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure
index b8029dd..9891f0cc 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1447,6 +1447,10 @@ case "${target}" in
mn10200*-*-*)
sim_target=mn10200
;;
+ sh64-*-*)
+ sim_target=sh64
+ extra_subdirs="${extra_subdirs} testsuite"
+ ;;
sh*-*-*) sim_target=sh ;;
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )