[newlib]
* 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:
@@ -132,6 +132,10 @@ case "${target}" in
|
||||
m32c-*-*)
|
||||
AC_CONFIG_SUBDIRS([m32c])
|
||||
;;
|
||||
msp430*-*-elf)
|
||||
AC_CONFIG_SUBDIRS([msp430])
|
||||
config_libnosys=false
|
||||
;;
|
||||
rl78*-*-elf)
|
||||
AC_CONFIG_SUBDIRS([rl78])
|
||||
;;
|
||||
|
Reference in New Issue
Block a user