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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [enable-cxx.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: enable-cxx.m4,v 1.2 2001-09-27 11:59:11 chris Exp $
2
 
3
AC_DEFUN(RTEMS_ENABLE_CXX,
4
[
5
AC_ARG_ENABLE(cxx,
6
[  --enable-cxx                         enable C++ support,]
7
[                                       and build the rtems++ library],
8
[case "${enableval}" in
9
  yes) RTEMS_HAS_CPLUSPLUS=yes ;;
10
  no) RTEMS_HAS_CPLUSPLUS=no   ;;
11
  *)  AC_MSG_ERROR(bad value ${enableval} for enable-cxx option) ;;
12
esac], [RTEMS_HAS_CPLUSPLUS=no])
13
])

powered by: WebSVN 2.1.0

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