diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-15 15:27:15 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-15 15:27:15 +0000 |
commit | 99fe4553606e9be16e0d3878070086ba0c629d77 (patch) | |
tree | 6a2b3ec66d49ab11785d440dfcc2d3d9506bfd6b /ld/config.h | |
parent | 9846338e68f0951443690e50cb678082a86be57e (diff) | |
download | gdb-99fe4553606e9be16e0d3878070086ba0c629d77.zip gdb-99fe4553606e9be16e0d3878070086ba0c629d77.tar.gz gdb-99fe4553606e9be16e0d3878070086ba0c629d77.tar.bz2 |
Merges from Intel.
Chrisb bug fixes.
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 */ |