Enable SH bFLT loader.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 17 Jun 2006 20:01:14 +0000 (20:01 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 17 Jun 2006 20:01:14 +0000 (20:01 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1989 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index ef73a9f31e33181eee85cf37dc2ae9268a716aa1..9ab270e2896850eeb7353096d44a1ea0965f6499 100755 (executable)
--- a/configure
+++ b/configure
@@ -831,6 +831,7 @@ elif test "$target_cpu" = "sh4" ; then
   echo "TARGET_ARCH=sh4" >> $config_mak
   echo "#define TARGET_ARCH \"sh4\"" >> $config_h
   echo "#define TARGET_SH4 1" >> $config_h
+  bflt="yes"
 else
   echo "Unsupported target CPU"
   exit 1