Skip to content
Snippets Groups Projects
Commit 0e327298 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add support for Freebsd 4.x (and greater)

parent 29b1e1f0
No related branches found
No related tags found
No related merge requests found
......@@ -778,6 +778,7 @@ else
# FreeBSD 3, at last, uses gcc -shared to do shared libraries.
freebsd3*)
freebsd*)
archive_cmds='$CC -shared -o $lib$libobjs'
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
......@@ -1131,6 +1132,7 @@ freebsd2*)
;;
freebsd3*)
freebsd*)
version_type=freebsd
library_names_spec='${libname}${release}.so.$versuffix $libname.so'
if [ -x `/usr/bin/objformat` ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment