projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40771ca
)
Define __alpha__ for __alpha.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 8 Oct 1999 17:15:07 +0000
(17:15 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 8 Oct 1999 17:15:07 +0000
(17:15 +0000)
src/makefiles/Makefile.alpha
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.alpha
b/src/makefiles/Makefile.alpha
index a9e8e948ec66e20b70f72c939da329311329bb83..6fb505e32eb88d010a0765670b1a6d70b771f1eb 100644
(file)
--- a/
src/makefiles/Makefile.alpha
+++ b/
src/makefiles/Makefile.alpha
@@
-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 $@ $<