summaryrefslogblamecommitdiffstats
path: root/aclocal/enable-gcc28.m4
blob: 5f2496f53d311553d237fbe7b2cdc2d1a4973f06 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                          
dnl $Id$

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])
])