Line 571... |
Line 571... |
LD="${LD-ld} -m elf32_sparc"
|
LD="${LD-ld} -m elf32_sparc"
|
;;
|
;;
|
esac
|
esac
|
;;
|
;;
|
*64-bit*)
|
*64-bit*)
|
libsuff=64
|
|
case $host in
|
case $host in
|
x86_64-*kfreebsd*-gnu)
|
x86_64-*kfreebsd*-gnu)
|
LD="${LD-ld} -m elf_x86_64_fbsd"
|
LD="${LD-ld} -m elf_x86_64_fbsd"
|
;;
|
;;
|
x86_64-*linux*)
|
x86_64-*linux*)
|
Line 1630... |
Line 1629... |
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
# This implies no fast_install, which is unacceptable.
|
# This implies no fast_install, which is unacceptable.
|
# Some rework will be needed to allow for fast_install
|
# Some rework will be needed to allow for fast_install
|
# before this can be enabled.
|
# before this can be enabled.
|
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
|
|
sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
|
|
|
|
# Append ld.so.conf contents to the search path
|
# Append ld.so.conf contents to the search path
|
if test -f /etc/ld.so.conf; then
|
if test -f /etc/ld.so.conf; then
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
|
sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
|
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
fi
|
fi
|
|
|
# We used to test for /lib/ld.so.1 and disable shared libraries on
|
# We used to test for /lib/ld.so.1 and disable shared libraries on
|
# powerpc, because MkLinux only supported shared libraries with the
|
# powerpc, because MkLinux only supported shared libraries with the
|
# GNU dynamic linker. Since this was broken with cross compilers,
|
# GNU dynamic linker. Since this was broken with cross compilers,
|