URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [aclocal/] [enable-gcc28.m4] - Rev 1765
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]) ])