summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-06 07:31:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-06 07:31:47 +0000
commitd3f954ea01f15ee433925d9318ffd3886b9ebf30 (patch)
treec704e3a07ecc44d851e9a9b1ae14bd50b0a13cd4
parent2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d3f954ea01f15ee433925d9318ffd3886b9ebf30.tar.bz2
2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/env-rtemsbsp.m41
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23ec5f6674..b95b41b7eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
+
2002-07-31 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: Removed the or16 port
diff --git a/aclocal/env-rtemsbsp.m4 b/aclocal/env-rtemsbsp.m4
index d81e204432..53522516db 100644
--- a/aclocal/env-rtemsbsp.m4
+++ b/aclocal/env-rtemsbsp.m4
@@ -40,7 +40,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"