mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Define __alpha__ for __alpha.
This commit is contained in:
parent
40771ca436
commit
df26ad5acc
1 changed files with 5 additions and 0 deletions
|
|
@ -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 $@ $<
|
||||
|
|
|
|||
Loading…
Reference in a new issue