From d876f0e2f2fcb2a5b5701c2200209b0b61edba3b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 17 Feb 2020 22:26:06 +0000 Subject: Explain with-glibc-version in gcc pass 1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter05/gcc-pass1.xml') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 8758ac098..98f91713c 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -152,6 +152,15 @@ cd build The meaning of the configure options: + + --with-glibc-version=2.11 + + This option ensures the package will be compatible with the host's + version of glibc. It is set to the minimum glibc requirement + specified in the . + + + --with-newlib -- cgit v1.2.3-54-g00ecf