diff options
Diffstat (limited to 'gcc/config/sparc/pbd.h')
-rw-r--r-- | gcc/config/sparc/pbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h index 73c56db..ea14a23 100644 --- a/gcc/config/sparc/pbd.h +++ b/gcc/config/sparc/pbd.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -DUnicomPBD -Dunix -D__GCC_NEW_VARARGS__" +#define CPP_PREDEFINES "-Dsparc -DUnicomPBD -Dunix -D__GCC_NEW_VARARGS__ -Asystem(unix) -Acpu(sparc) -Amachine(sparc)" /* We want DBX format for use with gdb under COFF. */ |