diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-05 23:25:22 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-05 23:25:22 +0800 |
commit | ed9b087f732a91edf7486d7382a199dcc8ab9d65 (patch) | |
tree | b7c7726a59a2b45f55d67dad3b2b8e25d706fd8b /chapter02 | |
parent | e131becf8fe3bfda96afbcd33d3dc696c16ed8f4 (diff) | |
parent | 0f18f2b1214520b965525a93a03c421c8c5b9177 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/hostreqs.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 192eed8c1..862d2605c 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -93,8 +93,11 @@ <para>The reason for the kernel version requirement is that we specify that version when building <application>glibc</application> in <xref linkend="chapter-cross-tools"/> and - <xref linkend="chapter-building-system"/>, - at the recommendation of the developers.</para> + <xref linkend="chapter-building-system"/>, so the workarounds for + older kernels are not enabled and the compiled + <application>glibc</application> is slightly faster and smaller. + As at June 2023, &min-kernel; is the oldest kernel release still + supported by the kernel developers.</para> <para>If the host kernel is earlier than &min-kernel; you will need to replace the kernel with a more up-to-date version. There are two ways |