From f63c0c36d496f1aca86c91a18e01773b87f91009 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 17 Aug 2017 02:57:47 +0000 Subject: Add a note to gmp that shows how to create genereic gmp libraries git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gmp.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06/gmp.xml') diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 2950b6715..d7e13e256 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -50,6 +50,16 @@ ABI=32 ./configure ... + + The default settings of GMP produce libraries optimized for + the host processor. If libraries suitable for processors less + capable than the host's CPU are desired, generic libraries can be + created by running the following: + +cp -v configfsf.guess config.guess +cp -v configfsf.sub config.sub + + Prepare GMP for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf