diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alpha.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index e5b33aacad6..70c1b648bf4 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -153,6 +153,10 @@ NOTE-END | |||
| 153 | 153 | ||
| 154 | #define ORDINARY_LINK | 154 | #define ORDINARY_LINK |
| 155 | 155 | ||
| 156 | #ifdef OSF1 | ||
| 157 | #define LD_SWITCH_MACHINE -non_shared | ||
| 158 | #endif | ||
| 159 | |||
| 156 | #define LIBS_DEBUG | 160 | #define LIBS_DEBUG |
| 157 | #define START_FILES pre-crt0.o | 161 | #define START_FILES pre-crt0.o |
| 158 | 162 | ||