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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
## rtems-debug.m4,v 1.1 2002/06/17 08:52:47 ralf Exp
2
 
3
AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG,
4
[
5
AC_ARG_ENABLE(rtems-debug,
6
AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
7
[case "${enable_rtems_debug}" in
8
  yes) enable_rtems_debug=yes ;;
9
  no)  enable_rtems_debug=no ;;
10
  *) AC_MSG_ERROR([bad value ${enable_rtems_debug} for RTEMS_DEBUG]) ;;
11
esac],[enable_rtems_debug=no])
12
])
13
 
14
AC_DEFUN(RTEMS_CHECK_RTEMS_DEBUG,
15
[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
16
AS_IF([test x"${enable_rtems_debug}" = x"yes"]
17
  [AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])
18
])
19
 

powered by: WebSVN 2.1.0

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