aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-30 01:52:47 +0000
committerRichard Stallman <rms@gnu.org>1992-06-30 01:52:47 +0000
commitac88fc905530699fc3d38da015df0565d69eb0cd (patch)
treea6b095c952b6f630613ef19c47e5d59c9ac11d39 /gcc
parent5a1c7968d67dfc9097ea9cb75bc6abb4cf6fe9aa (diff)
downloadgcc-ac88fc905530699fc3d38da015df0565d69eb0cd.zip
gcc-ac88fc905530699fc3d38da015df0565d69eb0cd.tar.gz
gcc-ac88fc905530699fc3d38da015df0565d69eb0cd.tar.bz2
*** empty log message ***
From-SVN: r1352
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 381cf74..cc18d6d 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);