Commit 4dbed8972b14f7bae70b32632d2f5ed1635cba50
1 parent
355fb23d
Enable SH bFLT loader.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1989 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
configure
... | ... | @@ -831,6 +831,7 @@ elif test "$target_cpu" = "sh4" ; then |
831 | 831 | echo "TARGET_ARCH=sh4" >> $config_mak |
832 | 832 | echo "#define TARGET_ARCH \"sh4\"" >> $config_h |
833 | 833 | echo "#define TARGET_SH4 1" >> $config_h |
834 | + bflt="yes" | |
834 | 835 | else |
835 | 836 | echo "Unsupported target CPU" |
836 | 837 | exit 1 | ... | ... |