From d449561b130848ad002f7d4c72abf5531ba7222a Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Mon, 17 Aug 2020 11:42:48 +0200 Subject: [PATCH] configure: microblaze: Enable mttcg Reviewed-by: Alistair Francis Signed-off-by: Edgar E. Iglesias --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 67832e3bab..b8f5b81a67 100755 --- 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 ;;