https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64810
--- Comment #19 from David Malcolm <dmalcolm at gcc dot gnu.org> --- (In reply to ramana.radhakrish...@arm.com from comment #18) [...snip...] > Yes this value is bogus as are the other .cpu values - the assembler > output suggests to me that the configure time options aren't being > passed at all from the driver down when used as a jit. Given the > configure options I would expect > > .arch armv7-a > .fpu vfpv3-d16 > > and an EABI attribute tag to indicate the PCS. > > I think you've worked this out reading down-thread. Thanks for the confirmation. I'm testing a patch for this now.