summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/ChangeLog5
-rw-r--r--c/configure.ac2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index 1c64e2bf12..1d04ec8b8b 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: Add --with-project-root, --with-project-top to
+ rtems_bsp_configure.
+
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/c/configure.ac b/c/configure.ac
index 9f02f37098..3376837246 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -65,6 +65,8 @@ rtems_bsp_configure="$rtems_bsp_configure/configure"
[-enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;])
rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args"
+rtems_bsp_configure="$rtems_bsp_configure '--with-project-root=../../'"
+rtems_bsp_configure="$rtems_bsp_configure '--with-project-top=../../'"
AC_SUBST(rtems_bsp_configure)
AC_SUBST(RTEMS_BSP_LIST)