Test __OpenBSD__ along with __NetBSD__.
This commit is contained in:
parent
8082986440
commit
e0f7eb3bb0
1 changed files with 2 additions and 2 deletions
|
@ -27,13 +27,13 @@ NOTE-END */
|
|||
#define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
|
||||
#endif
|
||||
|
||||
#ifdef __NetBSD__
|
||||
#if defined (__NetBSD__) || defined (__OpenBSD__)
|
||||
#undef START_FILES
|
||||
#undef RUN_TIME_REMAP
|
||||
#define START_FILES pre-crt0.o /usr/lib/crt0.o
|
||||
#define CANNOT_DUMP
|
||||
#undef UNEXEC
|
||||
#endif /* NetBSD */
|
||||
#endif /* NetBSD || OpenBSD */
|
||||
|
||||
/* Supposedly the following will overcome a kernel bug. */
|
||||
#undef LD_SWITCH_MACHINE
|
||||
|
|
Loading…
Add table
Reference in a new issue