summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-06 10:09:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-06 10:09:33 +0000
commitd3ed9703365d44260bcf7036fa3dc4a055396b27 (patch)
tree5a8fe1d9b80ce83b798113ea15100a0e3eb26db2 /cpukit
parent2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d3ed9703365d44260bcf7036fa3dc4a055396b27.tar.bz2
2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/aclocal/env-rtemsbsp.m41
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7d38995f6d..83eebbbcbc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
+
+2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
Use AS_IF instead of if/then/else/fi.
diff --git a/cpukit/aclocal/env-rtemsbsp.m4 b/cpukit/aclocal/env-rtemsbsp.m4
index 830e3c8d51..fbb60caf3f 100644
--- a/cpukit/aclocal/env-rtemsbsp.m4
+++ b/cpukit/aclocal/env-rtemsbsp.m4
@@ -37,7 +37,6 @@ RTEMS_ENABLE_BARE
AC_SUBST(BARE_CPU_MODEL)
AC_SUBST(BARE_CPU_CFLAGS)
-AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[true])
AM_CONDITIONAL([MULTILIB],[false])
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"