Move TILE-Gx files to TARGET64_LIBOPCODES_CFILES

TILE-Gx is a 64-bit core, so we should include those files in the
TARGET64_LIBOPCODES_CFILES as opposed to TARGET32_LIBOPCODES_CFILES.
This commit is contained in:
Luis Machado
2022-05-03 15:07:26 +01:00
parent e4e883c09b
commit 8e1ada9e0b
2 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,9 @@ TARGET64_LIBOPCODES_CFILES = \
mmix-opc.c \
nfp-dis.c \
riscv-dis.c \
riscv-opc.c
riscv-opc.c \
tilegx-dis.c \
tilegx-opc.c
TARGET32_LIBOPCODES_CFILES = \
arc-dis.c \
@ -252,8 +254,6 @@ TARGET32_LIBOPCODES_CFILES = \
tic54x-dis.c \
tic54x-opc.c \
tic6x-dis.c \
tilegx-dis.c \
tilegx-opc.c \
tilepro-dis.c \
tilepro-opc.c \
v850-dis.c \

View File

@ -507,7 +507,9 @@ TARGET64_LIBOPCODES_CFILES = \
mmix-opc.c \
nfp-dis.c \
riscv-dis.c \
riscv-opc.c
riscv-opc.c \
tilegx-dis.c \
tilegx-opc.c
TARGET32_LIBOPCODES_CFILES = \
arc-dis.c \
@ -644,8 +646,6 @@ TARGET32_LIBOPCODES_CFILES = \
tic54x-dis.c \
tic54x-opc.c \
tic6x-dis.c \
tilegx-dis.c \
tilegx-opc.c \
tilepro-dis.c \
tilepro-opc.c \
v850-dis.c \