Commit 00f7e603 by Richard Stallman

*** empty log message ***

From-SVN: r1187
parent edbe40ea
...@@ -2057,10 +2057,10 @@ process_command (argc, argv) ...@@ -2057,10 +2057,10 @@ process_command (argc, argv)
temp = (char *) xmalloc (strlen (gcc_exec_prefix) + strlen (spec_version) temp = (char *) xmalloc (strlen (gcc_exec_prefix) + strlen (spec_version)
+ strlen (spec_machine) + 3); + strlen (spec_machine) + 3);
strcpy (temp, gcc_exec_prefix); strcpy (temp, gcc_exec_prefix);
strcat (temp, spec_version);
strcat (temp, "/");
strcat (temp, spec_machine); strcat (temp, spec_machine);
strcat (temp, "/"); strcat (temp, "/");
strcat (temp, spec_version);
strcat (temp, "/");
gcc_exec_prefix = temp; gcc_exec_prefix = temp;
} }
} }
......
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