Changeset 1b7c9183 in rtems


Ignore:
Timestamp:
03/31/04 10:56:48 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4debfd36
Parents:
3456ce8a
Message:

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Add --with-project-root, --with-project-top to rtems_bsp_configure.
Location:
c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/ChangeLog

    r3456ce8a r1b7c9183  
     12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add --with-project-root, --with-project-top to
     4        rtems_bsp_configure.
     5
    162004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/configure.ac

    r3456ce8a r1b7c9183  
    6666
    6767rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args"
     68rtems_bsp_configure="$rtems_bsp_configure '--with-project-root=../../'"
     69rtems_bsp_configure="$rtems_bsp_configure '--with-project-top=../../'"
    6870AC_SUBST(rtems_bsp_configure)
    6971
Note: See TracChangeset for help on using the changeset viewer.