https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108865

--- Comment #15 from Costas Argyris <costas.argyris at gmail dot com> ---
Sounds like I am hitting a separate existing limitation that has nothing to do
with this bug.

Do we need a new bug report for that one then?

FWIW, gcc/config.host wasn't doing anything with host_extra_objs before this
patch (it was simply empty), so it makes sense that this issue was hidden until
now.

host_extra_objs is being used here

https://github.com/gcc-mirror/gcc/blob/master/gcc/configure#L12796
https://github.com/gcc-mirror/gcc/blob/master/gcc/configure.ac#L1843

What kind of work would be required to fix it?    Can we get away with simply
creating a dummy reference that would force the linker to include it?

Reply via email to