summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/aclocal/env-rtemsbsp.m42
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 6659811708..ca1e710172 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
+
+2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Remove AM_CONDITIONAL MULTILIB.
* Makefile.am: Remove BARE_CPU_MODEL.
diff --git a/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4
index 5f856925f8..d32d43c460 100644
--- a/c/src/aclocal/env-rtemsbsp.m4
+++ b/c/src/aclocal/env-rtemsbsp.m4
@@ -27,8 +27,6 @@ RTEMS_BSP="$rtems_cv_RTEMS_BSP"
AC_MSG_RESULT(${RTEMS_BSP})
AC_SUBST(RTEMS_BSP)
-AM_CONDITIONAL([MULTILIB],[false])
-
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
libdir="\${exec_prefix}/${RTEMS_BSP}/lib"