* configure.in: Remove config_libnosys=false

* configure: Regenerated.
	* msp430/nosyscalls.S: Rename to ciosyscalls.S
	* msp430/Makefile.in: Change LIBNOSYS to LIB_CIO.
This commit is contained in:
Nick Clifton
2014-09-22 15:26:46 +00:00
parent 99eb60455b
commit c30356443e
6 changed files with 14 additions and 9 deletions

View File

@@ -137,7 +137,6 @@ case "${target}" in
;;
msp430*-*-elf)
AC_CONFIG_SUBDIRS([msp430])
config_libnosys=false
;;
rl78*-*-elf)
AC_CONFIG_SUBDIRS([rl78])