OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [check-cpu.m4] - Blame information for rev 778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
dnl $Id: check-cpu.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
2
 
3
dnl check if RTEMS support a cpu
4
AC_DEFUN(RTEMS_CHECK_CPU,
5
[dnl
6
AC_REQUIRE([RTEMS_TOP])
7
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])
8
 
9
# Is this a supported CPU?
10
AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported])
11
if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then
12
  AC_MSG_RESULT(yes)
13
else
14
  AC_MSG_ERROR(no)
15
fi
16
])dnl
17
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.