mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 01:23:22 +00:00
2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Reflect changes to testsuites's configuration.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Reflect changes to testsuites's configuration.
|
||||
|
||||
2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
PR/589 rtems
|
||||
|
||||
@@ -168,17 +168,27 @@ AC_ARG_ENABLE([ada],
|
||||
*) AC_MSG_ERROR(bad value ${enable_ada} for --enable-ada) ;;
|
||||
esac],[enable_ada=no])
|
||||
|
||||
# FIXME: We should compute project_top from target-subdir
|
||||
if test -n "$with_target_subdir"; then
|
||||
project_top=../../../../
|
||||
else
|
||||
project_top=../../../
|
||||
fi
|
||||
AS_IF([test x"$enable_ada" = x"yes"],[
|
||||
AS_IF([test -d ${srcdir}/ada-tests],[
|
||||
AC_CONFIG_SUBDIRS([ada-tests])
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS ada-tests"
|
||||
])
|
||||
RTEMS_BSP_CONFIG_SUBDIR(
|
||||
[ada-tests],[ada-tests],
|
||||
['--with-project-top=$project_top' \
|
||||
'--enable-rtems-root=../' \
|
||||
'--with-project-root=../../../' \
|
||||
'--enable-rtemsbsp=$RTEMS_BSP' \
|
||||
],
|
||||
[test x"$enable_tests" != x"no"])
|
||||
])
|
||||
|
||||
RTEMS_BSP_CONFIG_SUBDIR(
|
||||
[testsuites],[../../testsuites],
|
||||
['--with-target-subdir=$with_target_subdir/c/$RTEMS_BSP' \
|
||||
'--with-rtems-root=../' \
|
||||
['--with-project-top=$project_top' \
|
||||
'--enable-rtems-root=../' \
|
||||
'--with-project-root=../../../' \
|
||||
'--enable-rtemsbsp=$RTEMS_BSP' \
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user