diff options
| author | Edgar E. Iglesias | 2018-04-13 18:10:00 +0200 |
|---|---|---|
| committer | Edgar E. Iglesias | 2018-05-29 09:35:14 +0200 |
| commit | be73ef6423fbe1f06c912a67d6d066d257c11e18 (patch) | |
| tree | 3f11946714ce90bd82620b4256ad31f283251683 /configure | |
| parent | target-microblaze: Make special registers 64-bit (diff) | |
| download | qemu-be73ef6423fbe1f06c912a67d6d066d257c11e18.tar.gz qemu-be73ef6423fbe1f06c912a67d6d066d257c11e18.tar.xz qemu-be73ef6423fbe1f06c912a67d6d066d257c11e18.zip | |
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>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
