We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40771ca commit df26ad5Copy full SHA for df26ad5
src/makefiles/Makefile.alpha
@@ -1,2 +1,7 @@
1
+/* some platforms define __alpha, but not __alpha__ */
2
+#if defined(__alpha) && !defined(__alpha__)
3
+#define __alpha__
4
+#endif
5
+
6
%.so: %.o
7
$(LD) -shared -expect_unresolved '*' -o $@ $<
0 commit comments