URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [aclocal/] [check-cpu.m4] - Rev 1026
Go to most recent revision | Compare with Previous | Blame | View Log
dnl check-cpu.m4,v 1.6 2002/07/22 10:13:20 ralf 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]) # FIXME: Temporary hack if test -d "$srcdir/$RTEMS_TOPdir/cpukit/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