diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-12-21 23:53:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-12-21 23:53:25 +0000 |
commit | 6277f86d5e3ee256af6abe0fc21e2625ffff0712 (patch) | |
tree | 73f12e82da41c84e2e8bf2b515d71174030185ad /gcc/config/gnu.h | |
parent | 8271c204ce95862d13f81ffe81c4467d6654c3d5 (diff) | |
download | gcc-6277f86d5e3ee256af6abe0fc21e2625ffff0712.zip gcc-6277f86d5e3ee256af6abe0fc21e2625ffff0712.tar.gz gcc-6277f86d5e3ee256af6abe0fc21e2625ffff0712.tar.bz2 |
(GNU_CPP_PREDEFINES): Add missing space after -Amachine(CPU).
From-SVN: r10827
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r-- | gcc/config/gnu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index 8ea3ead..ce0fb86 100644 --- a/gcc/config/gnu.h +++ b/gcc/config/gnu.h @@ -2,8 +2,8 @@ /* Macro to produce CPP_PREDEFINES for GNU on a given machine. */ #define GNU_CPP_PREDEFINES(machine) \ -"-D" machine " -Acpu(" machine ") -Amachine(" machine ")" \ -"-Dunix -Asystem(unix) \ +"-D" machine " -Acpu(" machine ") -Amachine(" machine ") \ +-Dunix -Asystem(unix) \ -DMACH -Asystem(mach) \ -D__GNU__ -Asystem(gnu)" |