mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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:
parent
355fb23d83
commit
4dbed8972b
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue