mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target-microblaze: Setup for 64bit addressing
Setup MicroBlaze builds for 64bit addressing. No functional change since the translator does not yet emit 64bit addresses. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
0a22f8cf3e
commit
be73ef6423
2 changed files with 4 additions and 3 deletions
1
configure
vendored
1
configure
vendored
|
@ -6844,6 +6844,7 @@ case "$target_name" in
|
|||
microblaze|microblazeel)
|
||||
TARGET_ARCH=microblaze
|
||||
bflt="yes"
|
||||
echo "TARGET_ABI32=y" >> $config_target_mak
|
||||
;;
|
||||
mips|mipsel)
|
||||
TARGET_ARCH=mips
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue