Commit ae222957 by Roland McGrath

(GNU_CPP_PREDEFINES): Add missing backslash.

From-SVN: r9076
parent 9e94dc88
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* 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__HURD__" -D__GNU__ -Asystem(gnu) -D__HURD__"
......
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