forked from Imagelibrary/rtems
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Explicitly pass --libdir and --includedir to testsuites.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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])
|
||||||
|
|||||||
Reference in New Issue
Block a user