Comment 2 for bug 2060619

Revision history for this message
Thomas Schwinge (tschwinge) wrote :

(<https://packages.fedoraproject.org/pkgs/gcc/gcc-offload-amdgcn/fedora-40.html#provides> you mean.)

---

I see in <https://git.launchpad.net/ubuntu/+source/gcc-14/tree/debian/rules2>, in the '$(install_gcn_stamp)' target:

    for d in . gfx906 gfx908 gfx90a; do \

I suspect that hard-coded list of GCN multilib directories is the reason why the 'gfx1036' one is missing, and the compiler thus defaults to '.' (a proper error would be appropriate for this incompatible-ISA setting), and thus the link fails.