* 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:
@ -181,6 +181,9 @@ case "${host_cpu}" in
|
||||
default_newlib_io_long_long="yes"
|
||||
machine_dir=mn10300
|
||||
;;
|
||||
ms1*)
|
||||
machine_dir=ms1
|
||||
;;
|
||||
or16)
|
||||
;;
|
||||
or32)
|
||||
|
Reference in New Issue
Block a user