On Mon, 6 Apr 2015, Sandra Loosemore wrote:
> s/frontend/front end/ ??
>
> (Since we have "middle end" and "back end" on the previous line.)
Absolutely -- I should have caught this. Is also is in line with
https://gcc.gnu.org/codingconventions.html.
Here is the updated patch I just committed.
On 04/06/2015 06:45 AM, Gerald Pfeifer wrote:
Thoughts on the below? Sandra?
===
--- doc/install.texi(revision 221832)
+++ doc/install.texi(working copy)
@@ -2525,10 +2525,10 @@
@item @samp{bootstrap-lto-noplugin}
Thi
On Thu, 26 Mar 2015, Uros Bizjak wrote:
> Thanks, I have added following text to the description:
>
> --cut here--
> @item @samp{bootstrap-lto-noplugin}
> This option is similar to @code{bootstrap-lto}, but is intended for
> -hosts that do not support the linker plugin.
> +hosts that do not supp
On Thu, Mar 26, 2015 at 2:11 AM, Jan Hubicka wrote:
>> Hello!
>>
>> Attached patch introduces bootstrap-lto-noplugin bootstrap
>> configuration for hosts that do not support linker plugin (e.g. CentOS
>> 5.11 with binutils 2.17). Also, the patch adds some additional
>> documentation to bootstrap-l
> Hello!
>
> Attached patch introduces bootstrap-lto-noplugin bootstrap
> configuration for hosts that do not support linker plugin (e.g. CentOS
> 5.11 with binutils 2.17). Also, the patch adds some additional
> documentation to bootstrap-lto option.
>
> config/ChangeLog:
>
> 2015-03-24 Uros Bi
On Wed, Mar 25, 2015 at 3:23 PM, Jakub Jelinek wrote:
>> Attached patch introduces bootstrap-lto-noplugin bootstrap
>> configuration for hosts that do not support linker plugin (e.g. CentOS
>> 5.11 with binutils 2.17). Also, the patch adds some additional
>> documentation to bootstrap-lto option.
On Tue, Mar 24, 2015 at 05:43:09PM +0100, Uros Bizjak wrote:
> Attached patch introduces bootstrap-lto-noplugin bootstrap
> configuration for hosts that do not support linker plugin (e.g. CentOS
> 5.11 with binutils 2.17). Also, the patch adds some additional
> documentation to bootstrap-lto option
Hello!
Attached patch introduces bootstrap-lto-noplugin bootstrap
configuration for hosts that do not support linker plugin (e.g. CentOS
5.11 with binutils 2.17). Also, the patch adds some additional
documentation to bootstrap-lto option.
config/ChangeLog:
2015-03-24 Uros Bizjak
PR boots