Ignore unsupported targets.

This commit is contained in:
Ralf Corsepius
2006-02-21 10:23:26 +00:00
parent fccf86223c
commit 0f3d1bb54d

View File

@@ -62,8 +62,8 @@ case "${target_os}" in
rtems|[rtems]RTEMS_API[]) rtems|[rtems]RTEMS_API[])
TARGET_SUBDIRS=rtems TARGET_SUBDIRS=rtems
;; ;;
*) *) # ignore
AC_MSG_ERROR([Unsupported target ${target}]) # AC_MSG_ERROR([Unsupported target ${target}])
esac esac
AC_SUBST([TARGET_SUBDIRS]) AC_SUBST([TARGET_SUBDIRS])