This is the second patch attempt (sorry). This recognizes the Ethereal
Operating System.
Ethereal is a hobby x86_64 unix-like kernel.
Link: https://github.com/sasdallas/Ethereal
---
config.sub | 1 +
testsuite/config-sub.data | 1 +
2 files changed, 2 insertions(+)
diff --git a/config.sub b/config.sub
index 404aa08..7d1e7fd 100755
--- a/config.sub
+++ b/config.sub
@@ -2010,6 +2010,7 @@ case $os in
| ekkobsd* \
| emscripten* \
| emx* \
+ | ethereal* \
| es* \
| fiwix* \
| freebsd* \
diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
index d93ba49..79c705e 100644
--- a/testsuite/config-sub.data
+++ b/testsuite/config-sub.data
@@ -1131,6 +1131,7 @@ x86_64-banan_os x86_64-pc-banan_os
x86_64-cygwin x86_64-pc-cygwin
x86_64-dicos x86_64-pc-dicos
x86_64-ericsson-dicos x86_64-ericsson-dicos
+x86_64-ethereal x86_64-pc-ethereal
x86_64-fuchsia x86_64-pc-fuchsia
x86_64-genode x86_64-pc-genode
x86_64-glidix x86_64-pc-glidix
--
2.54.0