mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
|
||||||
|
|
||||||
2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
|
* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
dnl $Id$
|
dnl $Id$
|
||||||
|
|
||||||
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
|
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
|
||||||
|
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
|
||||||
|
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
|
||||||
for i in ${rtems_rootdir}make/custom/$1;
|
for i in ${rtems_rootdir}make/custom/$1;
|
||||||
do
|
do
|
||||||
AC_MSG_CHECKING([for $i])
|
AC_MSG_CHECKING([for $i])
|
||||||
@@ -15,7 +17,6 @@ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
|
|||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([RTEMS_CHECK_CUSTOM_BSP],[
|
AC_DEFUN([RTEMS_CHECK_CUSTOM_BSP],[
|
||||||
AC_REQUIRE([RTEMS_TOP])
|
|
||||||
_RTEMS_CHECK_CUSTOM_BSP([[$]$1.cfg],[BSP_FOUND])
|
_RTEMS_CHECK_CUSTOM_BSP([[$]$1.cfg],[BSP_FOUND])
|
||||||
AS_IF([test -z "$BSP_FOUND"],[
|
AS_IF([test -z "$BSP_FOUND"],[
|
||||||
AC_MSG_ERROR([missing [$]$1.cfg])
|
AC_MSG_ERROR([missing [$]$1.cfg])
|
||||||
|
|||||||
Reference in New Issue
Block a user