about summary refs log tree commit diff
path: root/src/libbacktrace
diff options
context:
space:
mode:
authorTim Cuthbertson <tim@gfxmonk.net>2015-04-11 22:21:47 +1000
committerTim Cuthbertson <tim@gfxmonk.net>2015-04-11 22:30:17 +1000
commit10073c23c67218a5e38f28e6859f3fd7785c6ae8 (patch)
tree21403c3afb1924b7ce26309e3f9164b28386092f /src/libbacktrace
parent0369efa75b5c7e6fd5cd96714a97c7f932808d96 (diff)
downloadrust-10073c23c67218a5e38f28e6859f3fd7785c6ae8.tar.gz
rust-10073c23c67218a5e38f28e6859f3fd7785c6ae8.zip
Reapply rust-specific changes to libbacktrace
This includes the changes from commits:

 - cd8f31759fd04b9ce9c903fa00cae81dc5bba546
 - fcb30a0b67b1bd4acbc3422ff74fac5d031ae1ae
Diffstat (limited to 'src/libbacktrace')
-rwxr-xr-xsrc/libbacktrace/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libbacktrace/configure b/src/libbacktrace/configure
index 53c09a0f071..deedfebd661 100755
--- a/src/libbacktrace/configure
+++ b/src/libbacktrace/configure
@@ -5690,7 +5690,7 @@ else
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
-  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly* | bitrig*)
     # This has been around since 386BSD, at least.  Likely further.
     if test -x /sbin/sysctl; then
       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
       ;;
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
+    freebsd* | dragonfly* | bitrig* | openbsd*)
       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes