Skip to content

Commit 10073c2

Browse files
committed
Reapply rust-specific changes to libbacktrace
This includes the changes from commits: - cd8f317 - fcb30a0
1 parent 0369efa commit 10073c2

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
@@ -5690,7 +5690,7 @@ else
56905690
lt_cv_sys_max_cmd_len=8192;
56915691
;;
56925692
5693-
netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5693+
netbsd* | freebsd* | openbsd* | darwin* | dragonfly* | bitrig*)
56945694
# This has been around since 386BSD, at least. Likely further.
56955695
if test -x /sbin/sysctl; then
56965696
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
@@ -9372,7 +9372,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
93729372
;;
93739373
93749374
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9375-
freebsd* | dragonfly*)
9375+
freebsd* | dragonfly* | bitrig* | openbsd*)
93769376
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
93779377
hardcode_libdir_flag_spec='-R$libdir'
93789378
hardcode_direct=yes

0 commit comments

Comments
 (0)