mirror of https://gitee.com/openkylin/qemu.git
configure: microblaze: Enable mttcg
Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
071cdc67db
commit
d449561b13
|
@ -7782,6 +7782,7 @@ case "$target_name" in
|
||||||
microblaze|microblazeel)
|
microblaze|microblazeel)
|
||||||
TARGET_ARCH=microblaze
|
TARGET_ARCH=microblaze
|
||||||
TARGET_SYSTBL_ABI=common
|
TARGET_SYSTBL_ABI=common
|
||||||
|
mttcg="yes"
|
||||||
bflt="yes"
|
bflt="yes"
|
||||||
echo "TARGET_ABI32=y" >> $config_target_mak
|
echo "TARGET_ABI32=y" >> $config_target_mak
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue