1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:00:02 -07:00

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
This commit is contained in:
Kai Backman 2009-05-22 15:32:43 -07:00
parent 531e3fe311
commit 9a2a2474c6

View File

@ -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