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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---

configure:13965: checking for as
configure:13998: result: no
configure:14076: checking for x86_64-apple-darwin20.6.0-as
configure:14106: result: no
...

configure:14425: checking for dsymutil
configure:14458: result: no
configure:14536: checking for x86_64-apple-darwin20.6.0-dsymutil
configure:14566: result: no
configure:14655: checking for ld
configure:14688: result: no
configure:14766: checking for x86_64-apple-darwin20.6.0-ld
configure:14796: result: no
configure:14885: checking for lipo
configure:14918: result: no
configure:14996: checking for x86_64-apple-darwin20.6.0-lipo
configure:15026: result: no
...
configure:15805: checking for otool
configure:15838: result: no
configure:15916: checking for x86_64-apple-darwin20.6.0-otool
configure:15946: result: no


Darwin's as is special, in that it is the one from LLVM. 
Darwin's ld (and dsymutl, lipo, and otool) is from cctools but you don't have
that installed either.

Reply via email to