OSDN Git Service

2011-10-26 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Oct 2011 09:30:29 +0000 (09:30 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Oct 2011 09:30:29 +0000 (09:30 +0000)
commit00d389c8010055eab6670c189c43024d1fb1824d
treecb359c0379cd06029ee75ba612f48fea9252bcc3
parente1f53ecdc82e256102b6c456e0042c1d7afb546b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180517 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/lto-wrapper.c