We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234e7c4 commit 531e356Copy full SHA for 531e356
src/test/run-make-fulldeps/emit-stack-sizes/Makefile
@@ -1,7 +1,13 @@
1
-include ../tools.mk
2
3
+# This feature only works when the output object format is ELF so we ignore
4
+# macOS and Windows
5
ifdef IS_WINDOWS
-# Do nothing on MSVC.
6
+# Do nothing on Windows.
7
+all:
8
+ exit 0
9
+else ifneq (,$(filter $(TARGET),i686-apple-darwin x86_64-apple-darwin))
10
+# Do nothing on macOS.
11
all:
12
exit 0
13
else
0 commit comments