On Fri, 18 Jan 2019 09:23:38 +0100 Pierre Labastie <[email protected]> wrote:
> But I haven't asked you to run "./gcc", but to run "./gcc -v". That > makes a big difference: gcc is just a wrapper which calls other > programs sequentially (normal sequence: cpp, cc1 (compiler), as, and > collect2 (itself a wrapper to ld). (Regarding top posting, the 4 lines above are a portion of Pierre's quoted reply) Hmmmm... If "./gcc" returns 'not found', how could "./gcc -v", with a parameter, return otherwise ? Assuming first a cd in "/tools/bin/". > The missing asm-goto issue could come from a similar error (not using > \ continuation) in binutils pass 2... (Again, regarding top posting, Pierre's two lines are quoted above) OK, I'll check it out in binutils pass 2. I'm really glad that this is scripted so it's possible to do a precise modification to an otherwise tested process. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
