URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [aclocal/] [check-bsps.m4] - Rev 1779
Go to most recent revision | Compare with Previous | Blame | View Log
dnl check-bsps.m4,v 1.3 2002/07/17 22:28:20 ralf Exp AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP, [dnl AC_REQUIRE([RTEMS_TOP]) AC_MSG_CHECKING([for make/custom/[$]$1.cfg]) if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then AC_MSG_RESULT([yes]) else AC_MSG_ERROR([no]) fi ])dnl
Go to most recent revision | Compare with Previous | Blame | View Log