* configure.host (msp430): Add.
* libc/include/machine/ieeefp.h: Add MSP430 support.
* libc/include/machine/setjmp.h: Likewise.
* libc/include/sys/config.h: Likewise.
* libc/machine/configure.in (msp430): Add.
* libc/machine/configure: Regenerate.
* libc/machine/msp430: New directory.

[libgloss]
* configure.in (msp430*-*-elf): Add.
* configure: Regenerate.
* msp430: New directory.
This commit is contained in:
DJ Delorie
2013-05-13 21:39:51 +00:00
parent e4ab61a8ab
commit 2f2a304234
35 changed files with 11830 additions and 1 deletions

6
libgloss/configure vendored
View File

@ -697,6 +697,7 @@ v850
xc16x
xstormy16
m32c
msp430
rl78
rx
arm
@ -2521,6 +2522,11 @@ case "${target}" in
m32c-*-*)
subdirs="$subdirs m32c"
;;
msp430*-*-elf)
subdirs="$subdirs msp430"
config_libnosys=false
;;
rl78*-*-elf)
subdirs="$subdirs rl78"