diff options
Diffstat (limited to 'ld/config.h')
-rw-r--r-- | ld/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/config.h b/ld/config.h index d5fab1b..43e205e 100644 --- a/ld/config.h +++ b/ld/config.h @@ -27,7 +27,11 @@ #define GLD960_EMULATION_NAME "gld960" #define LNK960_EMULATION_NAME "lnk960" /* Otherwise default to this emulation */ +#ifdef GNU960 +#define DEFAULT_EMULATION GLD960_EMULATION_NAME +#else #define DEFAULT_EMULATION GLD68K_EMULATION_NAME +#endif /* Look in this variable for a target format */ |