$OpenBSD: patch-configure,v 1.9 2018/01/31 17:58:38 jca Exp $

- Link with libc++abi on arm (to access unwind symbols)

Index: configure
--- configure.orig
+++ configure
@@ -18522,6 +18522,12 @@ $as_echo "#define SYMBOL_UNDERSCORE 1" >>confdefs.h
 
 fi
 
+case "$target" in
+    arm-*-openbsd*)
+      LDFLAGS="-lc++abi $LDFLAGS"
+    ;;
+esac
+
 FFI_EXEC_TRAMPOLINE_TABLE=0
 case "$target" in
      *arm*-apple-darwin*)
