summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-18 13:20:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-18 13:20:59 +0000
commitf7276a9bdfa68ca2a88d5dbd3fc067b8aec4227a (patch)
tree6707575e977f8b38d49486c4bcf7e146001a1244 /aclocal
parent2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f7276a9bdfa68ca2a88d5dbd3fc067b8aec4227a.tar.bz2
2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally. * automake/local.am: Remove $(ARCH), clean-local. * automake/compile.am: Add $(ARCH), clean-local. Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/rtems-top.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index 82da20edd5..5888d58253 100644
--- a/aclocal/rtems-top.m4
+++ b/aclocal/rtems-top.m4
@@ -35,13 +35,7 @@ PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
fi
AC_SUBST(PROJECT_TOPdir)
-if test "$with_target_subdir" = "." ; then
-# Native
-PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
-else
-# Cross
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
-fi
AC_SUBST(PROJECT_ROOT)
AC_MSG_CHECKING([for RTEMS Version])