Commit 9a2a2474 authored by Kai Backman's avatar Kai Backman

Force usage of dollar signs to circumvent arm-gcc balking at them.

R=rsc
APPROVED=rsc
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=29275
CL=29278
parent 531e3fe3
......@@ -151,6 +151,7 @@ main(int argc, char **argv)
n = 0;
av[n++] = "gcc";
av[n++] = "-fdollars-in-identifiers";
av[n++] = "-S"; // write assembly
av[n++] = "-gstabs"; // include stabs info
av[n++] = "-o-"; // to stdout
......
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