diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-29 14:02:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-29 14:02:04 +0000 |
commit | 586eac1b0b09ce9214a026ee9ef0838989b38d78 (patch) | |
tree | f592bdb5e972d6538b8085c29d0a93e28383ae37 /ltconfig | |
parent | 84101f8f5e57d497f8445a38c4976d65616063b3 (diff) | |
download | binutils-redhat-586eac1b0b09ce9214a026ee9ef0838989b38d78.tar.gz |
Import patch to add FreeBSD support.
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1111,6 +1111,18 @@ darwin* | rhapsody*) shlibpath_var=DYLD_LIBRARY_PATH ;; +freebsd*-gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so' + soname_spec='${libname}${release}.so${major}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU/FreeBSD ld.so' + ;; + freebsd1*) dynamic_linker=no ;; |