Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-04-22 23:48:07 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-04-22 23:48:07 +0400
commitbc6b90cc1046dbb18f9a7c2b7411e91593d4b175 (patch)
tree570c8d89f63ad8f8784b735fb2c019ca15cce289 /libgloss/configure.in
parent96baa3e74ab8bacb3ba3caa6863dfcc01e542883 (diff)
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.
Diffstat (limited to 'libgloss/configure.in')
-rw-r--r--libgloss/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/configure.in b/libgloss/configure.in
index 97c4abb4e..823b75d08 100644
--- a/libgloss/configure.in
+++ b/libgloss/configure.in
@@ -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