URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [enable-gcc28.m4] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
dnl $Id: enable-gcc28.m4,v 1.2 2001-09-27 11:59:11 chris Exp $ AC_DEFUN(RTEMS_ENABLE_GCC28, [ AC_ARG_ENABLE(gcc28, [ --enable-gcc28 enable use of gcc 2.8.x features], [case "${enableval}" in yes) RTEMS_USE_GCC272=no ;; no) RTEMS_USE_GCC272=yes ;; *) AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;; esac],[RTEMS_USE_GCC272=no]) ])
Go to most recent revision | Compare with Previous | Blame | View Log