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 947bd9c..f1c86d2 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -91,7 +91,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ -"-Dunix -Dgnu_linux -Dlinux -D__ELF__ \ +"-Dunix -D__gnu_linux__ -Dlinux -D__ELF__ \ -Asystem=unix -Asystem=posix" /* Allow #sccs in preprocessor. */ |