Re: [google-4_6] fix broken -S in streaming LIPO (issue6115052)

2012-04-25 Thread Xinliang David Li
ok. David On Wed, Apr 25, 2012 at 1:08 PM, Rong Xu wrote: > Hi, > > This patch is for google-4_6 branch only. > It fixes the broken -S in streaming LIPO mode. > > Tested with bootstrap. > > Thanks, > > 2012-04-25   Rong Xu   > >        * gcc/gcc.c (ripa_lto_spec): Support -S. >        (cc1_optio

[google-4_6] fix broken -S in streaming LIPO (issue6115052)

2012-04-25 Thread Rong Xu
Hi, This patch is for google-4_6 branch only. It fixes the broken -S in streaming LIPO mode. Tested with bootstrap. Thanks, 2012-04-25 Rong Xu * gcc/gcc.c (ripa_lto_spec): Support -S. (cc1_options): Ditto. Index: gcc/gcc.c ==