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/46410] [4.6 Regression] Linker options no longer accepted


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

--- Comment #5 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2010-11-10 14:38:12 UTC ---
On Wed, 10 Nov 2010, rguenther at suse dot de wrote:

> OTOH gcj is invoked as
> 
> gcj -Wno-deprecated -findirect-dispatch -Bsymbolic -C --classpath 
> .:/usr/share/java/libgcj-tools-4.6.jar:/usr/share/java/libgcj-4.6.jar
> 
> and I can't see where -s-bc-abi slips in.  Hmm.  I'll investigate closer
> when I have time to.

It's added by

  if (link_for_bc_abi)
    generate_option (OPT_s_bc_abi, NULL, 1, CL_DRIVER,
                     &new_decoded_options[j++]);

in jvspec.c.


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