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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [enable-inlines.m4] - Rev 1775

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

dnl enable-inlines.m4,v 1.6 2001/09/13 13:14:30 joel Exp
 
AC_DEFUN(RTEMS_ENABLE_INLINES,
[AC_ARG_ENABLE(rtems-inlines,
AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
[case "${enableval}" in
  yes) RTEMS_USE_MACROS=no ;;
  no) RTEMS_USE_MACROS=yes ;;
  *)  AC_MSG_ERROR(bad value ${enableval} for disable-rtems-inlines option) ;;
esac],[RTEMS_USE_MACROS=no])
AC_SUBST(RTEMS_USE_MACROS)dnl
 
if test x"${RTEMS_USE_MACROS}" = x"yes";
then
  AC_DEFINE_UNQUOTED(USE_MACROS,1,[if using macros])
else
  AC_DEFINE_UNQUOTED(USE_INLINES,1,[if using inlines])
fi
 
 
])
 

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

powered by: WebSVN 2.1.0

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