From: pbrook Date: Sat, 17 Jun 2006 20:01:14 +0000 (+0000) Subject: Enable SH bFLT loader. X-Git-Tag: release_0_8_2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dbed8972b14f7bae70b32632d2f5ed1635cba50;p=thirdparty%2Fqemu.git Enable SH bFLT loader. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1989 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index ef73a9f31e3..9ab270e2896 100755 --- 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