[Bug driver/46410] [4.6 Regression] Linker options no longer accepted

joseph at codesourcery dot com gcc-bugzilla@gcc.gnu.org
Wed Nov 10 14:38:00 GMT 2010


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.



More information about the Gcc-bugs mailing list