summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-11 23:12:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-11 23:12:12 +0000
commit1a7784f87c868d1f2bd996c78560c21f27cd127c (patch)
tree4109c67dc88e74da7ea3160ada61b98ca6f1e703 /cpukit/aclocal
parent2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1a7784f87c868d1f2bd996c78560c21f27cd127c.tar.bz2
2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: Remove obsolete comment. Add MULTISUBDIR to probject_libdir.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/env-rtemscpu.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index 52abab3c98..c6635aa611 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -4,7 +4,6 @@ AC_DEFUN(RTEMS_ENV_RTEMSCPU,
[AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
if test x"$multilib" = x"yes"; then
-## FIXME: There is no multilib BSP
AS_IF([test -n "$with_multisubdir"],
[MULTIBUILDTOP=`echo "/$with_multisubdir" | sed 's,/[[^\\/]]*,../,g'`])
AC_SUBST(MULTIBUILDTOP)
@@ -16,7 +15,7 @@ if test x"$multilib" = x"yes"; then
PROJECT_INCLUDE="\$(PROJECT_ROOT)/lib/include"
AC_SUBST(PROJECT_INCLUDE)
- project_libdir="\$(PROJECT_ROOT)/lib"
+ project_libdir="\$(PROJECT_ROOT)/lib/\$(MULTISUBDIR)"
AC_SUBST(project_libdir)
includedir="\${exec_prefix}/lib/include"