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.
This commit is contained in:
Jeff Johnston
2009-04-22 19:52:49 +00:00
parent bc6b90cc10
commit 2beb9fbb02
12 changed files with 5537 additions and 14 deletions

View File

@ -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"