diff options
Diffstat (limited to 'gdb/tm-sun3.h')
-rw-r--r-- | gdb/tm-sun3.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/tm-sun3.h b/gdb/tm-sun3.h index 7ba7bc3..aeeea7a 100644 --- a/gdb/tm-sun3.h +++ b/gdb/tm-sun3.h @@ -19,7 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_68881 -#define TARGET_SUN3 +/* TARGET_SUN3 might be a more logical name, but that's used by + ../include/target.h (included by ../include/a.out.gnu.h). */ +#define GDB_TARGET_IS_SUN3 1 #include "tm-68k.h" |