diff options
Diffstat (limited to 'gcc/config/arm/linux-elf.h')
-rw-r--r-- | gcc/config/arm/linux-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index ca65431fc30..cd1befed8b5 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -106,7 +106,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dunix -Dlinux -D__ELF__ \ --Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)" +-Asystem=unix -Asystem=posix -Acpu=arm -Amachine=arm" /* Allow #sccs in preprocessor. */ #define SCCS_DIRECTIVE |