summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 08:28:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 08:28:17 +0000
commit2e710b0d935eaa41653903eec078db2db482f14f (patch)
tree09118ca605329ea2e5bdd30f6ebc401f6f40fba9 /c/src/aclocal
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2e710b0d935eaa41653903eec078db2db482f14f.tar.bz2
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/env-rtemsbsp.m42
1 files changed, 0 insertions, 2 deletions
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"