mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Define __alpha__ for __alpha.
This commit is contained in:
@@ -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 $@ $<
|
||||
|
Reference in New Issue
Block a user