On Thu, 17 Jan 2019 10:36:33 -0500
jonetsu <[email protected]> wrote:

> make: gcc: Command not found

Confirmed.  It now works.  Two modifications were made since last
time.  One is about a gcc directory that did not get erased when
supposed to.  The other is about the gcc 2nd pass configure command
that had the following statements each on their own line in the build
script:

CC=$LFS_TGT-gcc 
CXX=$LFS_TGT-g++ 
AR=$LFS_TGT-ar 
RANLIB=$LFS_TGT-ranlib

I mean really on their own line, w/o the trailing '\' on each line.

Which one of the two caused the problem ?  I don't know.  Or maybe both.

> arch/x86/Makefile:184: *** Compiler lacks asm-goto support..  Stop.

That one though remains.  I haven't had the chance to look it up yet.
What this asm-goto feature implies.  It's easy to comment out though.
It's in linux-4.18.5/arch/x86/Makefile.  Commenting it out enables
'make mrproper' to run fully.

asm-goto is part of an assembler feature that seems to enable the
jumping to C labels.  What are the implications of not having that ?  I
presume the problem arise because ch6 is still driven underneath by the
host's kernel which might not have that ?  Could that be ?  I wouldn't
see why in such a 'virgin' system there'd a complain about a missing
feature when everything is up to be configured in any which way.


-- 
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

Reply via email to