diff options
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r-- | gdb/features/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index b41d561..78a44ca 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -221,7 +221,10 @@ FEATURE_XMLFILES = i386/32bit-core.xml \ i386/64bit-linux.xml \ i386/64bit-pkeys.xml \ i386/64bit-sse.xml \ - i386/x32-core.xml + i386/x32-core.xml \ + tic6x-c6xp.xml \ + tic6x-core.xml \ + tic6x-gp.xml FEATURE_CFILES = $(patsubst %.xml,%.c,$(FEATURE_XMLFILES)) |