]> git.ipfire.org Git - thirdparty/gcc.git/commit
opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 16 May 2010 18:46:16 +0000 (18:46 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 16 May 2010 18:46:16 +0000 (18:46 +0000)
commit203a92e3844afd5a77cd57d626dca80244a45b89
treeeb2dcfa6dc12ef6d1819ecba260320551c6fdee8
parentafdda4b4457a0dfe621b58e6e582cbc4d5511349
opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.

* opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
(decode_options): Likewise.
* Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.

From-SVN: r159463
gcc/ChangeLog
gcc/Makefile.in
gcc/opts.c