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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [check-cpu.m4] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
dnl check-cpu.m4,v 1.6 2002/07/22 10:13:20 ralf 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
# FIXME: Temporary hack
12
if test -d "$srcdir/$RTEMS_TOPdir/cpukit/score/cpu/$RTEMS_CPU"; then
13
  AC_MSG_RESULT(yes)
14
else
15
  AC_MSG_ERROR(no)
16
fi
17
])dnl
18
 

powered by: WebSVN 2.1.0

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