diff options
Diffstat (limited to 'gcc/config/pa/rtems.h')
-rw-r--r-- | gcc/config/pa/rtems.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/rtems.h b/gcc/config/pa/rtems.h index 4f7a04bd2a6..c3165ecd9b9 100644 --- a/gcc/config/pa/rtems.h +++ b/gcc/config/pa/rtems.h @@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa) \ - -Drtems -D__rtems__ -Asystem(rtems)" +#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu=hppa -Amachine=hppa \ + -Drtems -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS |