2010-10-08 Bernd Schmidt <bernds@codesourcery.com>

Joseph Myers  <joseph@codesourcery.com>

        * configure.in: Handle tic6x targets.
        * configure: Regenerate.
        * tic6x/Makefile.in, tic6x/configure.in, tic6x/crt0.S,
        tic6x/getpid.c, tic6x/kill.c, tic6x/sbrk.c, tic6x/syscalls.c: New.
        * tic6x/configure: New (generated).
This commit is contained in:
Jeff Johnston
2010-10-09 02:31:22 +00:00
parent cab874029f
commit 4606798ea0
12 changed files with 5115 additions and 0 deletions

6
libgloss/configure vendored
View File

@@ -732,6 +732,7 @@ m32c
rx
arm
spu
tic6x
iq2000
libnosys'
@@ -2561,6 +2562,11 @@ case "${target}" in
config_testsuite=false
config_libnosys=false
;;
tic6x-*-*)
subdirs="$subdirs tic6x"
config_testsuite=false
;;
iq2000-*-*)
subdirs="$subdirs iq2000"