2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>

* configure.ac: Add --with-project-root, --with-project-top to
	rtems_bsp_configure.
This commit is contained in:
Ralf Corsepius
2004-03-31 10:56:48 +00:00
parent 3456ce8a46
commit 1b7c918309
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -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)