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 | 2fd84b4237644cccdd181a4e34498214a50e285a (patch) | |
tree | 6140046a5de0ed52282a819e37e30b6bf3c86a10 /ltconfig | |
parent | 4b555070882311fb812b50367c01de00f22e1ea6 (diff) | |
download | gdb-2fd84b4237644cccdd181a4e34498214a50e285a.zip gdb-2fd84b4237644cccdd181a4e34498214a50e285a.tar.gz gdb-2fd84b4237644cccdd181a4e34498214a50e285a.tar.bz2 |
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 ;; |