diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-22 19:52:49 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-22 19:52:49 +0000 |
commit | 2beb9fbb02a83e61584e6fa838fd6d75bdd12e4f (patch) | |
tree | d315f6c0cddadc77747aa72a65b1dadc2924a27e /newlib/libc/machine/configure.in | |
parent | bc6b90cc1046dbb18f9a7c2b7411e91593d4b175 (diff) | |
download | cygnal-2beb9fbb02a83e61584e6fa838fd6d75bdd12e4f.tar.gz cygnal-2beb9fbb02a83e61584e6fa838fd6d75bdd12e4f.tar.bz2 cygnal-2beb9fbb02a83e61584e6fa838fd6d75bdd12e4f.zip |
2009-04-22 Anthony Green <green@moxielogic.com>
* configure.host: Add moxie support.
* libc/machine/configure.in: Add moxie support.
* libc/machine/configure: Rebuilt.
* libc/machine/moxie/aclocal.m4: New file.
* libc/machine/moxie/configure: New file.
* libc/machine/moxie/configure.in: New file.
* libc/machine/moxie/Makefile.am: New file.
* libc/machine/moxie/Makefile.in: New file.
* libc/machine/moxie/setjmp.S: New file.
* libc/include/machine/setjmp.h (_JBLEN): Define for moxie.
* libc/include/machine/ieeefp.h: Add moxie support.
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 4e3c08e17..4759af7a5 100644 --- a/newlib/libc/machine/configure.in +++ b/newlib/libc/machine/configure.in @@ -47,6 +47,7 @@ if test -n "${machine_dir}"; then mips) AC_CONFIG_SUBDIRS(mips) ;; mn10200) AC_CONFIG_SUBDIRS(mn10200) ;; mn10300) AC_CONFIG_SUBDIRS(mn10300) ;; + moxie) AC_CONFIG_SUBDIRS(moxie) ;; mt) AC_CONFIG_SUBDIRS(mt) ;; necv70) AC_CONFIG_SUBDIRS(necv70) ;; powerpc) AC_CONFIG_SUBDIRS(powerpc) ;; |