Commit 6277f86d by Roland McGrath

(GNU_CPP_PREDEFINES): Add missing space after -Amachine(CPU).

From-SVN: r10827
parent 8271c204
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/* Macro to produce CPP_PREDEFINES for GNU on a given machine. */ /* Macro to produce CPP_PREDEFINES for GNU on a given machine. */
#define GNU_CPP_PREDEFINES(machine) \ #define GNU_CPP_PREDEFINES(machine) \
"-D" machine " -Acpu(" machine ") -Amachine(" machine ")" \ "-D" machine " -Acpu(" machine ") -Amachine(" machine ") \
"-Dunix -Asystem(unix) \ -Dunix -Asystem(unix) \
-DMACH -Asystem(mach) \ -DMACH -Asystem(mach) \
-D__GNU__ -Asystem(gnu)" -D__GNU__ -Asystem(gnu)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment