summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 17:35:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 17:35:28 +0000
commit5376ca1ff00cb263f0e633685568f7a4339fa0e4 (patch)
tree816205c49946574239a7139b4ff006bc88223f71
parent2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5376ca1ff00cb263f0e633685568f7a4339fa0e4.tar.bz2
2002-04-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index c172bc9530..ac0da33b54 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove ENABLE_GCC28.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index 74ef1cced0..b566f67684 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -24,7 +24,6 @@ RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_RDBG
RTEMS_ENABLE_INLINES
RTEMS_ENABLE_CXX
-RTEMS_ENABLE_GCC28
RTEMS_ENABLE_BARE
RTEMS_ENV_RTEMSBSP
@@ -78,7 +77,6 @@ RTEMS_CHECK_ITRON_API(RTEMS_BSP)
AC_SUBST(rtems_cv_prog_cc_cross)
AC_SUBST(RTEMS_HAS_CPLUSPLUS)
-AC_SUBST(RTEMS_USE_GCC272)
AC_SUBST(BARE_CPU_CFLAGS)
AC_SUBST(BARE_CPU_MODEL)
AC_SUBST(program_prefix)