mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
0fc98a07ff
"info gccinstall" says: '--with-glibc-version=MAJOR.MINOR' Tell GCC that when the GNU C Library (glibc) is used on the target it will be version MAJOR.MINOR or later. Normally this can be detected from the C library's header files, but this option may be needed when bootstrapping a cross toolchain without the header files available for building the initial bootstrap compiler. So it can, and should be set to the version of glibc which will be built for the chroot environment. On x86_64, currently it does not make any difference with values >= 2.13. But it may make a difference if a new feature is added to glibc, or on other platforms. |
||
---|---|---|
.. | ||
binutils-pass1.xml | ||
chapter05.xml | ||
gcc-pass1.xml | ||
glibc.xml | ||
introduction.xml | ||
libstdc++.xml | ||
linux-headers.xml |