Enable SH bFLT loader.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1989 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2006-06-17 20:01:14 +00:00
parent 355fb23d83
commit 4dbed8972b
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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