Changeset 8ae203e3 in rtems


Ignore:
Timestamp:
03/25/04 11:09:19 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ef02bc1
Parents:
a7c4e122
Message:

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

  • configure.ac: Reflect changes to testsuites's configuration.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    ra7c4e122 r8ae203e3  
     12004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Reflect changes to testsuites's configuration.
     4
    152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
    26
  • c/src/configure.ac

    ra7c4e122 r8ae203e3  
    169169esac],[enable_ada=no])
    170170
     171# FIXME: We should compute project_top from target-subdir
     172if test -n "$with_target_subdir"; then
     173project_top=../../../../
     174else
     175project_top=../../../
     176fi
    171177AS_IF([test x"$enable_ada" = x"yes"],[
    172   AS_IF([test -d ${srcdir}/ada-tests],[
    173     AC_CONFIG_SUBDIRS([ada-tests])
    174     BSP_SUBDIRS="$BSP_SUBDIRS ada-tests"
    175   ])
     178    RTEMS_BSP_CONFIG_SUBDIR(
     179      [ada-tests],[ada-tests],
     180      ['--with-project-top=$project_top' \
     181       '--enable-rtems-root=../' \
     182       '--with-project-root=../../../' \
     183       '--enable-rtemsbsp=$RTEMS_BSP' \
     184      ],
     185      [test x"$enable_tests" != x"no"])
    176186])
    177187
    178188RTEMS_BSP_CONFIG_SUBDIR(
    179189  [testsuites],[../../testsuites],
    180   ['--with-target-subdir=$with_target_subdir/c/$RTEMS_BSP' \
    181    '--with-rtems-root=../' \
     190  ['--with-project-top=$project_top' \
     191   '--enable-rtems-root=../' \
    182192   '--with-project-root=../../../' \
    183193   '--enable-rtemsbsp=$RTEMS_BSP' \
Note: See TracChangeset for help on using the changeset viewer.