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

View File

@@ -129,6 +129,10 @@ case "${target}" in
config_testsuite=false
config_libnosys=false
;;
tic6x-*-*)
AC_CONFIG_SUBDIRS(tic6x)
config_testsuite=false
;;
iq2000-*-*)
AC_CONFIG_SUBDIRS([iq2000])
;;