mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
Fix ppcemb-softmmu (Stuart Brady)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4414 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a607922c75
commit
ec5b78cdc9
1
configure
vendored
1
configure
vendored
@ -1286,6 +1286,7 @@ case "$target_cpu" in
|
||||
echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h
|
||||
echo "#define TARGET_PPC 1" >> $config_h
|
||||
echo "#define TARGET_PPCEMB 1" >> $config_h
|
||||
echo "#define CONFIG_DYNGEN_OP 1" >> $config_h
|
||||
;;
|
||||
ppc64)
|
||||
echo "TARGET_ARCH=ppc64" >> $config_mak
|
||||
|
Loading…
Reference in New Issue
Block a user