configure.ac (glibc_header_dir): Set using with_build_sysroot if defined.
* configure.ac (glibc_header_dir): Set using with_build_sysroot if defined. * configure: Regenerate. From-SVN: r122795
This commit is contained in:
parent
79cd820a29
commit
c9ecbf8693
3 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-03-10 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac (glibc_header_dir): Set using with_build_sysroot if
|
||||
defined.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-03-10 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/31101
|
||||
|
|
4
gcc/configure
vendored
4
gcc/configure
vendored
|
@ -16309,6 +16309,8 @@ else
|
|||
if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
if test "x$with_sysroot" = x; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
|
||||
elif test "x$with_build_sysroot" != "x"; then
|
||||
glibc_header_dir="${with_build_sysroot}/usr/include"
|
||||
elif test "x$with_sysroot" = xyes; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
|
||||
else
|
||||
|
@ -16463,6 +16465,8 @@ else
|
|||
if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
if test "x$with_sysroot" = x; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
|
||||
elif test "x$with_build_sysroot" != "x"; then
|
||||
glibc_header_dir="${with_build_sysroot}/usr/include"
|
||||
elif test "x$with_sysroot" = xyes; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
|
||||
else
|
||||
|
|
|
@ -3324,6 +3324,8 @@ AC_CACHE_CHECK(__stack_chk_fail in target C library,
|
|||
if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
if test "x$with_sysroot" = x; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
|
||||
elif test "x$with_build_sysroot" != "x"; then
|
||||
glibc_header_dir="${with_build_sysroot}/usr/include"
|
||||
elif test "x$with_sysroot" = xyes; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
|
||||
else
|
||||
|
@ -3375,6 +3377,8 @@ case "$target" in
|
|||
if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
if test "x$with_sysroot" = x; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include"
|
||||
elif test "x$with_build_sysroot" != "x"; then
|
||||
glibc_header_dir="${with_build_sysroot}/usr/include"
|
||||
elif test "x$with_sysroot" = xyes; then
|
||||
glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-root/usr/include"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue