From 6cd94dc729601f214675f91cb91c803abb4f58a0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 13 Jan 2021 10:05:45 +0000 Subject: Use official removal of link semaphore patch --- dev-util/boost-build/remove-gcc-link-semaphore.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-util/boost-build/remove-gcc-link-semaphore.patch (limited to 'dev-util/boost-build/remove-gcc-link-semaphore.patch') diff --git a/dev-util/boost-build/remove-gcc-link-semaphore.patch b/dev-util/boost-build/remove-gcc-link-semaphore.patch deleted file mode 100644 index 41e2a2a..0000000 --- a/dev-util/boost-build/remove-gcc-link-semaphore.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/tools/gcc.jam 2020-06-15 10:53:45.252253351 +0100 -+++ b/tools/gcc.jam 2020-05-26 16:17:53.190885235 +0100 -@@ -1104,7 +1104,7 @@ - # Serialize execution of the 'link' action, since running N links in - # parallel is just slower. For now, serialize only gcc links, it might be a - # good idea to serialize all links. -- JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; -+#JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; - quote-rpath $(targets) ; - } - -@@ -1116,7 +1116,7 @@ - rule link.dll ( targets * : sources * : properties * ) - { - SPACE on $(targets) = " " ; -- JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; -+#JAM_SEMAPHORE on $(targets) = gcc-link-semaphore ; - quote-rpath $(targets) ; - } - -- cgit v1.2.3