]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR driver/41844 (lto1: warning: unknown register name: line-length-none)
authorRichard Guenther <rguenther@suse.de>
Wed, 26 Oct 2011 09:30:29 +0000 (09:30 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 26 Oct 2011 09:30:29 +0000 (09:30 +0000)
commitf31c0018872d05b9fbdf6134a5d76838da4db4dc
treecb359c0379cd06029ee75ba612f48fea9252bcc3
parentfd44464875797e55975bb3b5f62900d60bbbec2a
re PR driver/41844 (lto1: warning: unknown register name: line-length-none)

2011-10-26  Richard Guenther  <rguenther@suse.de>

PR lto/41844
* Makefile.in (lto-wrapper): Depend on and link against
opts-common.o.
(lto-wrapper.o): Depend on $(OPTS_H) and $(OPTIONS_H).
* lto-wrapper.c (get_options_from_collect_gcc_options): New function.
(run_gcc): Use it.  Filter out language specific options.

From-SVN: r180517
gcc/ChangeLog
gcc/Makefile.in
gcc/lto-wrapper.c