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/tic6x/configure.in | |
parent | 4606798ea008ab8d3dcec4757198ac0294b46a6a (diff) | |
download | cygnal-1571d0a51f2f1583783fad8449046d20bf7b439d.tar.gz cygnal-1571d0a51f2f1583783fad8449046d20bf7b439d.tar.bz2 cygnal-1571d0a51f2f1583783fad8449046d20bf7b439d.zip |
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/tic6x/configure.in')
-rw-r--r-- | newlib/libc/machine/tic6x/configure.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/machine/tic6x/configure.in b/newlib/libc/machine/tic6x/configure.in new file mode 100644 index 000000000..891ae5484 --- /dev/null +++ b/newlib/libc/machine/tic6x/configure.in @@ -0,0 +1,14 @@ +dnl This is the newlib/libc/machine/tic6x configure.in file. +dnl Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT([newlib],[NEWLIB_VERSION]) +AC_CONFIG_SRCDIR([setjmp.S]) + +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. +AC_CONFIG_AUX_DIR(../../../..) + +NEWLIB_CONFIGURE(../../..) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |