瀏覽代碼

Merge branch 'weak_rust_probestack' into 'master'

link: Weaken __rust_probestack symbol

See merge request redox-os/relibc!310
Jeremy Soller 4 年之前
父節點
當前提交
4a6ef0221f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
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