URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [check-cpu.m4] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
dnl $Id: check-cpu.m4,v 1.2 2001-09-27 11:59:11 chris Exp $ dnl check if RTEMS support a cpu AC_DEFUN(RTEMS_CHECK_CPU, [dnl AC_REQUIRE([RTEMS_TOP]) AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU]) # Is this a supported CPU? AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported]) if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then AC_MSG_RESULT(yes) else AC_MSG_ERROR(no) fi ])dnl
Go to most recent revision | Compare with Previous | Blame | View Log