[Bug bootstrap/68873] excessive duplicate checking during build

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 1 05:55:00 GMT 2016


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.


More information about the Gcc-bugs mailing list