diff mbox series

[v1,5/5] configure: microblaze: Enable mttcg

Message ID 20200817140144.373403-6-edgar.iglesias@gmail.com
State New
Headers show
Series target/microblaze: Enable MTTCG | expand

Commit Message

Edgar E. Iglesias Aug. 17, 2020, 2:01 p.m. UTC
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(+)

Comments

Alistair Francis Aug. 17, 2020, 4:07 p.m. UTC | #1
On Mon, Aug 17, 2020 at 7:03 AM Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>  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
>
>
diff mbox series

Patch

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
   ;;