]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
Enable SH bFLT loader.
authorpbrook <pbrook>
Sat, 17 Jun 2006 20:01:14 +0000 (20:01 +0000)
committerpbrook <pbrook>
Sat, 17 Jun 2006 20:01:14 +0000 (20:01 +0000)
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