https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68873
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> 26 checking how to hardcode library paths into programs... immediate
This is just a shell switch statement so it does not do much.
> 23 checking whether the C compiler works... yes
This is done by default by normal autoconf and caching it does not help because
the newly build gcc might not work.
Anyways caching won't help cross builds here.