diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/pmax.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index c04bfae6331..7cf01f79c41 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -10,7 +10,9 @@ NOTE-START | |||
| 10 | The operating system would be either osf1, ultrix, or NetBSD. | 10 | The operating system would be either osf1, ultrix, or NetBSD. |
| 11 | NOTE-END */ | 11 | NOTE-END */ |
| 12 | 12 | ||
| 13 | #ifndef __MIPSEB__ | ||
| 13 | #undef WORDS_BIG_ENDIAN | 14 | #undef WORDS_BIG_ENDIAN |
| 15 | #endif | ||
| 14 | #undef LIB_STANDARD | 16 | #undef LIB_STANDARD |
| 15 | #undef START_FILES | 17 | #undef START_FILES |
| 16 | #undef COFF | 18 | #undef COFF |
| @@ -29,6 +31,7 @@ NOTE-END */ | |||
| 29 | 31 | ||
| 30 | #if defined (__NetBSD__) || defined (__OpenBSD__) | 32 | #if defined (__NetBSD__) || defined (__OpenBSD__) |
| 31 | #undef START_FILES | 33 | #undef START_FILES |
| 34 | #define START_FILES pre-crt0.o /usr/lib/crt0.o | ||
| 32 | #undef RUN_TIME_REMAP | 35 | #undef RUN_TIME_REMAP |
| 33 | #undef UNEXEC | 36 | #undef UNEXEC |
| 34 | #define UNEXEC unexelf.o | 37 | #define UNEXEC unexelf.o |