]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Define __alpha__ for __alpha.
authorBruce Momjian <bruce@momjian.us>
Fri, 8 Oct 1999 17:15:07 +0000 (17:15 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 8 Oct 1999 17:15:07 +0000 (17:15 +0000)
src/makefiles/Makefile.alpha

index a9e8e948ec66e20b70f72c939da329311329bb83..6fb505e32eb88d010a0765670b1a6d70b771f1eb 100644 (file)
@@ -1,2 +1,7 @@
+/* some platforms define __alpha, but not __alpha__ */
+#if defined(__alpha) && !defined(__alpha__)
+#define __alpha__
+#endif
+
 %.so:  %.o
        $(LD) -shared -expect_unresolved '*' -o $@ $<