diff options
author | Andreas Schwab <schwab@suse.de> | 2002-04-14 16:00:18 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2002-04-14 16:00:18 +0000 |
commit | c19a385911ad926bd88713535b5a93c947d9f1bd (patch) | |
tree | 06fe2862743dcd3b05fa0a079b42d8b0d6bb88c9 /gcc | |
parent | 5a230810c72a7ba039fc4b9ad90c7b5812e13267 (diff) | |
download | gcc-c19a385911ad926bd88713535b5a93c947d9f1bd.zip gcc-c19a385911ad926bd88713535b5a93c947d9f1bd.tar.gz gcc-c19a385911ad926bd88713535b5a93c947d9f1bd.tar.bz2 |
* config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
From-SVN: r52299
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/linux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 045f1d6..d74ac6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index d54b459..7f2671a 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. */ |