Commit 7471ffd8 by Richard Kenner

*** empty log message ***

From-SVN: r1478
parent 82a5e898
......@@ -2373,11 +2373,11 @@ do_spec_1 (spec, inswitch, soft_matched_part)
case 'I':
if (gcc_exec_prefix)
{
do_spec_1 ("-iprefix", 1, 0);
do_spec_1 ("-iprefix", 1, NULL_PTR);
/* Make this a separate argument. */
do_spec_1 (" ", 0, 0);
do_spec_1 (gcc_exec_prefix, 1, 0);
do_spec_1 (" ", 0, 0);
do_spec_1 (" ", 0, NULL_PTR);
do_spec_1 (gcc_exec_prefix, 1, NULL_PTR);
do_spec_1 (" ", 0, NULL_PTR);
}
break;
......
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