2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Explicitly pass --libdir and --includedir to
	testsuites.
This commit is contained in:
Ralf Corsepius
2005-11-13 08:15:24 +00:00
parent 8cf8799ded
commit 3136ff03a9
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Explicitly pass --libdir and --includedir to
testsuites.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Reflect changes to testsuites. * configure.ac: Reflect changes to testsuites.

View File

@@ -193,6 +193,8 @@ RTEMS_BSP_CONFIG_SUBDIR(
'--enable-project-root=${with_project_root}../$RTEMS_BSP' \ '--enable-project-root=${with_project_root}../$RTEMS_BSP' \
'--with-project-top=${with_project_top}../' \ '--with-project-top=${with_project_top}../' \
'--enable-rtemsbsp=$RTEMS_BSP' \ '--enable-rtemsbsp=$RTEMS_BSP' \
'--includedir=${exec_prefix}/${RTEMS_BSP}/lib/include' \
'--libdir=${exec_prefix}/${RTEMS_BSP}/lib' \
'CFLAGS="${CFLAGS}"' \ 'CFLAGS="${CFLAGS}"' \
], ],
[test x"$enable_tests" != x"no" && test x"$multilib" = xno]) [test x"$enable_tests" != x"no" && test x"$multilib" = xno])
@@ -205,6 +207,8 @@ RTEMS_BSP_CONFIG_SUBDIR(
'--enable-project-root=${with_project_root}../$RTEMS_BSP' \ '--enable-project-root=${with_project_root}../$RTEMS_BSP' \
'--with-project-top=${with_project_top}../' \ '--with-project-top=${with_project_top}../' \
'--enable-rtemsbsp=$RTEMS_BSP' \ '--enable-rtemsbsp=$RTEMS_BSP' \
'--includedir=${exec_prefix}/${RTEMS_BSP}/lib/include' \
'--libdir=${exec_prefix}/${RTEMS_BSP}/lib' \
'CFLAGS="${CFLAGS}"' \ 'CFLAGS="${CFLAGS}"' \
], ],
[test x"$enable_tests" != x"no" && test x"$multilib" = xyes]) [test x"$enable_tests" != x"no" && test x"$multilib" = xyes])