(GNU_CPP_PREDEFINES): Add missing space after -Amachine(CPU).
authorRoland McGrath <roland@gcc.gnu.org>
Thu, 21 Dec 1995 23:53:25 +0000 (23:53 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Thu, 21 Dec 1995 23:53:25 +0000 (23:53 +0000)
From-SVN: r10827

gcc/config/gnu.h

index 8ea3ead3d67743fac0a9c46b865d971858c2b345..ce0fb867eb1b6c7dd2307c2541a5618c504fb8a5 100644 (file)
@@ -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)"