Commit ac88fc90 by Richard Stallman

*** empty log message ***

From-SVN: r1352
parent 5a1c7968
...@@ -2365,7 +2365,7 @@ do_spec_1 (spec, inswitch, soft_matched_part) ...@@ -2365,7 +2365,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
case 'I': case 'I':
if (gcc_exec_prefix) if (gcc_exec_prefix)
{ {
do_spec_1 ("-imacros", 1, 0); do_spec_1 ("-iprefix", 1, 0);
/* Make this a separate argument. */ /* Make this a separate argument. */
do_spec_1 (" ", 0, 0); do_spec_1 (" ", 0, 0);
do_spec_1 (gcc_exec_prefix, 1, 0); do_spec_1 (gcc_exec_prefix, 1, 0);
......
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