Commit 4270eba5 by Matthias Klose Committed by Matthias Klose

jvspec.c (jvgenmain_spec): Add %I to cc1 call.

2013-05-22  Matthias Klose  <doko@ubuntu.com>

        * jvspec.c (jvgenmain_spec): Add %I to cc1 call.

From-SVN: r199199
parent d28073d4
2013-05-22 Matthias Klose <doko@ubuntu.com>
* jvspec.c (jvgenmain_spec): Add %I to cc1 call.
2013-05-16 Jason Merrill <jason@redhat.com>
* Make-lang.in (jc1$(exeext)): Use link mutex.
......
......@@ -59,7 +59,7 @@ static const char jvgenmain_spec[] =
"jvgenmain %{findirect-dispatch} %{D*} %b %m.i |\n\
cc1 %m.i %1 \
%{!Q:-quiet} -dumpbase %b.c %{d*} %{m*}\
%{g*} %{O*} \
%{g*} %{O*} %I \
%{v:-version} %{pg:-p} %{p}\
%<fbounds-check %<fno-bounds-check\
%<fassume-compiled* %<fno-assume-compiled*\
......
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