On 11/02/2017 04:12 PM, Pol Vangheluwe wrote:

Op 21 okt. 2017, om 20:04 heeft Pol Vangheluwe
<pol.vanghel...@icloud.com <mailto:pol.vanghel...@icloud.com>> het
volgende geschreven:


Op 27 sep. 2017, om 08:25 heeft Pierre Labastie
<pierre.labas...@neuf.fr <mailto:pierre.labas...@neuf.fr>> het
volgende geschreven:

(…)

You are right, earlier versions had:

for file in \
$(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h)
do ...

The change occurred between 7.10 and 8.0.

Pierre

I had to apply the same change for the pass-2 compilation of gcc.

(…)

The next problem occurred with the build of 6.9. Glibc-2.26, where the
case construct to determine the include directory only targets the ix64
architecture.
I added this section for my PowerPC G4:

case $(uname -m) in
(…)
    ppc)    GCC_INCDIR=/usr/lib/gcc/powerpc-unknown-linux-gnu/7.2.0/include
            ln -sfv ld.so.1 /lib/ld-lsb.so.3
    ;;
esac


I don't build PPC, but that link should be /lib/ld-lsb-ppc32.so.3 for PPC32 or /lib64/ld-lsb-ppc64.so.3 for PPC64.

See:

http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-PPC32/LSB-Core-PPC32/requirements.html#RLIBRARIES

and

http://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-PPC64/LSB-Core-PPC64/requirements.html#RLIBRARIES

--DJ

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