On 21/06/2025 02:01, H. Peter Anvin wrote:
1. the full set -> is
2. the full supported set of baud rates is determined at compile time
only if the C compiler supports -dM to extract macro definitions;
this is not guaranteed - hence the fallback list in src/speedgen.
Signed-off-by: H. Peter Anvin (Intel) <h...@zytor.com>
---
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 50f27cd87a88..82594236841b 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@ GNU coreutils NEWS -*-
outline -*-
stty supports setting arbitrary baud rates on supported systems,
like Hurd, Linux with glibc >= 2.42, and some BSDs.
Also on other systems the full set of supported baud rates
- are determined at build time.
+ is determined at build time if possible.
Pushed.
cheers,
Pádraig