diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-10-09 02:33:30 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-10-09 02:33:30 +0000 |
commit | 1571d0a51f2f1583783fad8449046d20bf7b439d (patch) | |
tree | 53193604ad911d0e81428670abe06b55637b711d /newlib/libc/machine/configure.in | |
parent | 4606798ea008ab8d3dcec4757198ac0294b46a6a (diff) | |
download | newlib-1571d0a51f2f1583783fad8449046d20bf7b439d.zip newlib-1571d0a51f2f1583783fad8449046d20bf7b439d.tar.gz newlib-1571d0a51f2f1583783fad8449046d20bf7b439d.tar.bz2 |
2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* configure.host: Handle tic6x targets.
* libc/include/machine/ieeefp.h: Define endianness for C6X.
* libc/include/machine/setjmp.h: Add __TMS320C6X__ case.
* libc/machine/configure.in: Handle tic6x targets.
* libc/machine/configure: Regenerate.
* libc/machine/tic6x/Makefile.am, libc/machine/tic6x/configure.in,
libc/machine/tic6x/setjmp.S: New.
* libc/machine/tic6x/Makefile.in, libc/machine/tic6x/aclocal.m4,
libc/machine/tic6x/configure: New (generated).
Diffstat (limited to 'newlib/libc/machine/configure.in')
-rw-r--r-- | newlib/libc/machine/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/configure.in b/newlib/libc/machine/configure.in index f3eb970..96fe284 100644 --- a/newlib/libc/machine/configure.in +++ b/newlib/libc/machine/configure.in @@ -58,6 +58,7 @@ if test -n "${machine_dir}"; then sparc) AC_CONFIG_SUBDIRS(sparc) ;; spu) AC_CONFIG_SUBDIRS(spu) ;; tic4x) AC_CONFIG_SUBDIRS(tic4x) ;; + tic6x) AC_CONFIG_SUBDIRS(tic6x) ;; tic80) AC_CONFIG_SUBDIRS(tic80) ;; v850) AC_CONFIG_SUBDIRS(v850) ;; w65) AC_CONFIG_SUBDIRS(w65) ;; |