diff options
Diffstat (limited to 'gcc/config/spur')
-rw-r--r-- | gcc/config/spur/spur.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/spur/spur.h b/gcc/config/spur/spur.h index fedfba23c6f..4daaf36798c 100644 --- a/gcc/config/spur/spur.h +++ b/gcc/config/spur/spur.h @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dspur" +#define CPP_PREDEFINES "-Dspur -Acpu(spur) -Amachine(spur)" /* Link with libg.a when debugging, for dbx's sake. */ |