2009-04-22 Anthony Green <green@moxielogic.com>

* configure.in: Add moxie support.
        * configure: Regenerate.
        * moxie/aclocal.m4, moxie/configure, moxie/configure.in,
        moxie/crt0.S, moxie/fstat.c, moxie/getpid.c, isatty.c,
        moxie/kill.c, moxie/Makefile.in, moxie/moxie-elf-common.ld,
        moxie/print.c, moxie/putnum.c, moxie/qemu.ld, moxie/qemu-time.c,
        moxie/qemu-write.c, moxie/sbrk.c, moxie/sim-close.S,
        moxie/sim-exit.S,
        moxie/sim-inbyte.c, moxie/sim.ld, moxie/sim-lseek.c,
        moxie/sim-lseek.S, moxie/sim-open.S, moxie/sim-read.S, moxie/sim-time.c,
        moxie/sim-unlink.S, moxie/sim-write.S, moxie/stat.c: New files.
This commit is contained in:
Jeff Johnston
2009-04-22 19:48:07 +00:00
parent 96baa3e74a
commit bc6b90cc10
31 changed files with 6435 additions and 2445 deletions

View File

@@ -112,6 +112,10 @@ case "${target}" in
AC_CONFIG_SUBDIRS(mep)
config_testsuite = true;
;;
moxie-*-*)
AC_CONFIG_SUBDIRS(moxie)
config_testsuite=true
;;
mt-*-*)
AC_CONFIG_SUBDIRS(mt)
config_testsuite=true