OSDN Git Service

* config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Apr 2002 16:00:18 +0000 (16:00 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Apr 2002 16:00:18 +0000 (16:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52299 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/linux.h

index 045f1d6..d74ac6e 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-14  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
+
 2002-04-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
 
        * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
index d54b459..7f2671a 100644 (file)
@@ -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.  */