Re: FYI: 8.22. GMP-6.3.0

Douglas R. Reno ([email protected] via lfs-support Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.support
Message-ID <CAPBTabJQ_xugwxLwNstKRqUWA8Cn9jQbqLeprO9OMVndOViu4A@mail.gmail.com>
On Fri, Aug 14, 2026 at 9:51 AM Bruce Dubbs <
[email protected]> wrote:

> On 8/14/26 6:37 AM, Pocket ([email protected] via lfs-support Mailing
> List) wrote:
> >   Linux From Scratch - Version r13.0-systemd
> > Chapter 8. Installing Basic System Software
> >
> > The log had this
> >
> > configure: WARNING: the "none" host is obsolete, use --disable-assembly
> >
> > I changed the configure to:
> >
> >
> > ./configure --prefix=/usr    \
> >              --build=aarch64-unknown-linux-gnu \
> >              --host=aarch64-unknown-linux-gnu \
> >              --disable-assembly \
> >              --enable-cxx     \
> >              --disable-static \
> >              --docdir=/usr/share/doc/gmp-6.3.0
> >
> > The changes results in the correct configuration for the
> platform/processor I am
> > building.
> >
> > I suppose the x86_64/amd64 platform will be similar.
>
> There is no issue for x86_64 with the current instructions.
>
>    -- Bruce
> --
> http://lists.linuxfromscratch.org/sympa/info/lfs-support
> Unsubscribe: See the above information page


I’m not sure if you’ve tried it lately, but it does show this on my side. I
see it from time to time I do a run through the book because I sometimes
pass the options to make the build generic (which are documented in the
book). We should update the note prior to -rc1.

As a reminder, the auto detection for GMP isn’t perfect, and if you don’t
pass it and know there is a chance you’ll run it on a separate system with
a different CPU micro architecture level or vendor, you are in for a real
world of hurt between this package and libffi. You get a pretty quick
kernel panic after systemd crashes due to an illegal instruction in libffi
:)

- Doug

>

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-support
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.