summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-gcc28.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/enable-gcc28.m4')
-rw-r--r--aclocal/enable-gcc28.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal/enable-gcc28.m4 b/aclocal/enable-gcc28.m4
deleted file mode 100644
index 4b44359da5..0000000000
--- a/aclocal/enable-gcc28.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl $Id$
-
-AC_DEFUN(RTEMS_ENABLE_GCC28,
-[
-AC_ARG_ENABLE(gcc28,
-AC_HELP_STRING([--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])
-])