From 2b76c898f59d78f414e5d02f9c3cf14b51cc1471 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 27 Aug 2024 10:44:59 -0500 Subject: [PATCH] Minor wording change. --- chapter08/gcc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index ad60089b8..b3397d8be 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -143,8 +143,8 @@ cd build code patterns. As a precaution for the host distros with a tight stack limit, explicitly set the stack size hard limit to infinite. On most host distros (and the final LFS system) the hard limit is - infinite by default, but there's no harm to set it explicitly anyway. - It's not needed to change the stack size soft limit because GCC will + infinite by default, but there is no harm done by setting it explicitly. + It's not necessary to change the stack size soft limit because GCC will automatically set it to an appropriate value, as long as the value does not exceed the hard limit: