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[])
TARGET_SUBDIRS=rtems
;;
*)
AC_MSG_ERROR([Unsupported target ${target}])
*) # ignore
# AC_MSG_ERROR([Unsupported target ${target}])
esac
AC_SUBST([TARGET_SUBDIRS])