This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/42520] lto1 does not see -march and -mtune options with -fuse-linker-plugin



------- Comment #7 from hjl at gcc dot gnu dot org  2010-01-04 00:53 -------
Subject: Bug 42520

Author: hjl
Date: Mon Jan  4 00:52:50 2010
New Revision: 155601

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155601
Log:
Pass -m* and -v to -plugin-opt

gcc/

2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>

        PR lto/42520
        * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.

lto-plugin/

2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>

        PR lto/42520
        * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
        if -v is passed.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcc.c
    trunk/lto-plugin/ChangeLog
    trunk/lto-plugin/lto-plugin.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42520


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]