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:52:49 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-04-22 23:52:49 +0400
commit2beb9fbb02a83e61584e6fa838fd6d75bdd12e4f (patch)
treed315f6c0cddadc77747aa72a65b1dadc2924a27e /newlib/configure.host
parentbc6b90cc1046dbb18f9a7c2b7411e91593d4b175 (diff)
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/configure.host')
-rw-r--r--newlib/configure.host10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index c024ea8ee..7886ed9aa 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -208,6 +208,9 @@ case "${host_cpu}" in
default_newlib_io_long_long="yes"
machine_dir=mn10300
;;
+ moxie)
+ machine_dir=moxie
+ ;;
mt*)
machine_dir=mt
;;
@@ -449,6 +452,9 @@ case "${host}" in
mmix-knuth-mmixware)
sys_dir=mmixware
;;
+ moxie*)
+ sys_dir=
+ ;;
powerpcle-*-pe)
posix_dir=posix
;;
@@ -680,6 +686,10 @@ case "${host}" in
mn10?00-*-*)
syscall_dir=syscalls
;;
+ moxie-*-*)
+ syscall_dir=syscalls
+ default_newlib_io_long_long="yes"
+ ;;
powerpc*-*-eabialtivec*)
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"