Skip to content

Commit df26ad5

Browse files
committed
Define __alpha__ for __alpha.
1 parent 40771ca commit df26ad5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/makefiles/Makefile.alpha

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
/* some platforms define __alpha, but not __alpha__ */
2+
#if defined(__alpha) && !defined(__alpha__)
3+
#define __alpha__
4+
#endif
5+
16
%.so: %.o
27
$(LD) -shared -expect_unresolved '*' -o $@ $<

0 commit comments

Comments
 (0)