Commit ff77befb authored by Bruce Momjian's avatar Bruce Momjian

Move __alpha to port/alpha.h.

parent 16b996d1
...@@ -3,3 +3,9 @@ ...@@ -3,3 +3,9 @@
#define HAS_TEST_AND_SET #define HAS_TEST_AND_SET
#include <sys/mman.h> /* for msemaphore */ #include <sys/mman.h> /* for msemaphore */
typedef msemaphore slock_t; typedef msemaphore slock_t;
/* some platforms define __alpha, but not __alpha__ */
#if defined(__alpha) && !defined(__alpha__)
#define __alpha__
#endif
/* some platforms define __alpha, but not __alpha__ */
#if defined(__alpha) && !defined(__alpha__)
#define __alpha__
#endif
%.so: %.o %.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $< $(LD) -shared -expect_unresolved '*' -o $@ $<
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment