From a03178ba65ff6919b86c016be0b444d33fbac31c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 28 May 2018 06:59:16 +0200 Subject: build: Fix typo in RTEMS_ENABLE_RTEMSBSP() --- aclocal/enable-rtemsbsp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/enable-rtemsbsp.m4') diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4 index 98c26687b2..517190b03d 100644 --- a/aclocal/enable-rtemsbsp.m4 +++ b/aclocal/enable-rtemsbsp.m4 @@ -35,7 +35,7 @@ AC_ARG_ENABLE(rtemsbsp, if test x$bsp = x$cfg_bsp; then cfg_arch=$(echo ${bsp_path} | sed -e "s/${libbsp_e}*\///" -e 's/\/.*//') case ${cfg_arch} in - ${target_arch$}* ) + ${target_arch}* ) ;; * ) AC_MSG_ERROR([BSP '$bsp' architecture does not match the --target architecture, run 'rtems-bsp' (in the top of the source tree) for a valid BSP list]) -- cgit v1.2.3