Skip to content

Commit ac12c7f

Browse files
timbertsonDiggsey
authored andcommitted
Reapply rust-specific changes to libbacktrace
This includes the changes from commits: - cd8f317 - fcb30a0
1 parent 3427760 commit ac12c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libbacktrace/configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -5691,7 +5691,7 @@ else
56915691
lt_cv_sys_max_cmd_len=8192;
56925692
;;
56935693
5694-
netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5694+
netbsd* | freebsd* | openbsd* | darwin* | dragonfly* | bitrig*)
56955695
# This has been around since 386BSD, at least. Likely further.
56965696
if test -x /sbin/sysctl; then
56975697
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
@@ -9373,7 +9373,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
93739373
;;
93749374
93759375
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9376-
freebsd* | dragonfly*)
9376+
freebsd* | dragonfly* | bitrig* | openbsd*)
93779377
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
93789378
hardcode_libdir_flag_spec='-R$libdir'
93799379
hardcode_direct=yes

0 commit comments

Comments
 (0)