summaryrefslogtreecommitdiffstats
path: root/macros/enable-gcc28.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--macros/enable-gcc28.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/macros/enable-gcc28.m4 b/macros/enable-gcc28.m4
deleted file mode 100644
index 5f2496f53d..0000000000
--- a/macros/enable-gcc28.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-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])
-])