* configure.host: Added entry for ms1*.

* libc/include/machine/ieeefp.h: Handle ms1.
        * libc/include/machine/setjmp.h (_JBLEN): Define for ms1.
        * libc/machine/ms1/aclocal.m4: New.
        * libc/machine/ms1/configure: New.
        * libc/machine/ms1/configure.in: New.
        * libc/machine/ms1/Makefile.am: New.
        * libc/machine/ms1/Makefile.in: New.
        * libc/machine/ms1/setjmp.S: New.
This commit is contained in:
Aldy Hernandez
2005-07-06 13:14:10 +00:00
parent f24fd73b0a
commit dee9edd9ed
10 changed files with 2719 additions and 0 deletions

View File

@ -181,6 +181,9 @@ case "${host_cpu}" in
default_newlib_io_long_long="yes"
machine_dir=mn10300
;;
ms1*)
machine_dir=ms1
;;
or16)
;;
or32)