projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071cdc6
)
configure: microblaze: Enable mttcg
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Mon, 17 Aug 2020 09:42:48 +0000
(11:42 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Mon, 24 Aug 2020 08:47:27 +0000
(10:47 +0200)
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 67832e3bab76b840201351b5de6f09e450824dad..b8f5b81a6719b400636f9dc1238f9e4ece1efc7f 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-7782,6
+7782,7
@@
case "$target_name" in
microblaze|microblazeel)
TARGET_ARCH=microblaze
TARGET_SYSTBL_ABI=common
+ mttcg="yes"
bflt="yes"
echo "TARGET_ABI32=y" >> $config_target_mak
;;