From c19a385911ad926bd88713535b5a93c947d9f1bd Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 14 Apr 2002 16:00:18 +0000 Subject: [PATCH] * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash. From-SVN: r52299 --- gcc/ChangeLog | 4 ++++ gcc/config/ia64/linux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 045f1d62bf1..d74ac6efebc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-14 Andreas Schwab + + * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash. + 2002-04-14 Jeroen Dobbelaere * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define. diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index d54b4592684..7f2671ac644 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -11,7 +11,7 @@ /* ??? Maybe this should be in sysv4.h? */ #define CPP_PREDEFINES "\ - -D__gnu_linux__ -D__linux -D__linux__ -D_LONGLONG -Dgnu_linux + -D__gnu_linux__ -D__linux -D__linux__ -D_LONGLONG -Dgnu_linux \ -Dlinux -Dunix -Asystem=linux" /* Need to override linux.h STARTFILE_SPEC, since it has crtbeginT.o in. */ -- 2.30.2