[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 5/5] configure: microblaze: Enable mttcg
From: |
Edgar E. Iglesias |
Subject: |
[PATCH v1 5/5] configure: microblaze: Enable mttcg |
Date: |
Mon, 17 Aug 2020 16:01:44 +0200 |
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 2acc4d1465..2f7adaa6ae 100755
--- a/configure
+++ b/configure
@@ -8162,6 +8162,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
;;
--
2.25.1
- Re: [PATCH v1 1/5] target/microblaze: mbar: Transfer dc->rd to mbar_imm, (continued)