From b45426fc85067c8efbe3d4d4f5fe673bfa43cc79 Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Fri, 12 Feb 2021 11:42:54 +0000 Subject: lang/polyml: Update to 5.8.1 - Bug fix release for version 5.8 - Visual Studio projects have been updated to VS2017 and SDK 10 Changelog: https://github.com/polyml/polyml/releases/tag/v5.8.1 PR: 253282 Submitted by: Wen Heping Reviewed by: tcberner (mentor) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28529 --- lang/polyml/files/patch-libpolyml_sighandler.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lang/polyml/files/patch-libpolyml_sighandler.cpp (limited to 'lang/polyml/files/patch-libpolyml_sighandler.cpp') diff --git a/lang/polyml/files/patch-libpolyml_sighandler.cpp b/lang/polyml/files/patch-libpolyml_sighandler.cpp deleted file mode 100644 index 29681a304e2b..000000000000 --- a/lang/polyml/files/patch-libpolyml_sighandler.cpp +++ /dev/null @@ -1,14 +0,0 @@ -polyexport fails to unwind the stack on aarch64 with pthread signals enabled -ref: https://github.com/polyml/polyml/issues/110 - ---- libpolyml/sighandler.cpp.orig 2020-06-07 19:41:16 UTC -+++ libpolyml/sighandler.cpp -@@ -70,7 +70,7 @@ - #include - #endif - --#if ((!defined(_WIN32) || defined(__CYGWIN__)) && defined(HAVE_LIBPTHREAD) && defined(HAVE_PTHREAD_H) && defined(HAVE_SEMAPHORE_H)) -+#if ((!defined(_WIN32) || defined(__CYGWIN__)) && defined(HAVE_LIBPTHREAD) && defined(HAVE_PTHREAD_H) && defined(HAVE_SEMAPHORE_H)) && !defined(__aarch64__) - // If we have the pthread library and header and we have semaphores we can use the pthread - // signalling mechanism. But if this is a native Windows build we don't use semaphores or - // pthread even if they're provided. -- cgit v1.2.3