From 9e0e88346dc79ac08f6245fba2f929af7e72d11e Mon Sep 17 00:00:00 2001
From: Esteban Blanc <estblcsk@gmail.com>
Date: Sun, 6 Sep 2020 10:26:42 +0200
Subject: [PATCH] link: Weaken __rust_probestack symbol

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d4ed1616..d1381ab4 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ WEAKEN_SYMBOLS=\
 	-W __floattidf \
 	-W __muloti4 \
 	-W __udivti3 \
-	-W __umodti3
+	-W __umodti3 \
+	-W __rust_probestack
 
 .PHONY: all clean fmt install install-headers libs test
 
-- 
GitLab