Add support for FT32 platform.

This commit is contained in:
Jeff Johnston
2015-09-04 13:07:00 -04:00
parent 82d7069a5e
commit dc09f27aaa
24 changed files with 5285 additions and 0 deletions

View File

@@ -105,6 +105,9 @@ case "${target}" in
frv*-*-*)
AC_CONFIG_SUBDIRS([frv])
;;
ft32*-*-*)
AC_CONFIG_SUBDIRS([ft32])
;;
lm32*-*-*)
AC_CONFIG_SUBDIRS([lm32])
;;