forked from Imagelibrary/rtems
build: Fix typo in RTEMS_ENABLE_RTEMSBSP()
This commit is contained in:
@@ -35,7 +35,7 @@ AC_ARG_ENABLE(rtemsbsp,
|
|||||||
if test x$bsp = x$cfg_bsp; then
|
if test x$bsp = x$cfg_bsp; then
|
||||||
cfg_arch=$(echo ${bsp_path} | sed -e "s/${libbsp_e}*\///" -e 's/\/.*//')
|
cfg_arch=$(echo ${bsp_path} | sed -e "s/${libbsp_e}*\///" -e 's/\/.*//')
|
||||||
case ${cfg_arch} in
|
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])
|
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])
|
||||||
|
|||||||
Reference in New Issue
Block a user