Changeset 0fc98a0 for packages.ent

Timestamp:
12/02/2021 07:06:18 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7abb6a9, 88bbf22
Parents:
bdc9e03
git-author:
Xi Ruoyao <xry111@…> (11/30/2021 09:56:34 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/02/2021 07:06:18 PM)
Message:

gcc-pass1: set --with-glibc-version to target glibc version

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

(No files)

Note: See TracChangeset for help on using the changeset viewer.