From: Richard Stallman Date: Tue, 30 Jun 1992 01:52:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac88fc905530699fc3d38da015df0565d69eb0cd;p=gcc.git *** empty log message *** From-SVN: r1352 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 381cf744a23..cc18d6d7ce7 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2365,7 +2365,7 @@ do_spec_1 (spec, inswitch, soft_matched_part) case 'I': if (gcc_exec_prefix) { - do_spec_1 ("-imacros", 1, 0); + do_spec_1 ("-iprefix", 1, 0); /* Make this a separate argument. */ do_spec_1 (" ", 0, 0); do_spec_1 (gcc_exec_prefix, 1, 0);