* config.sub: Properly parse the KERNEL-OS case.

I previously refactored config.sub to parse 'basic_machine' into
separate 'cpu' and 'vendor' variables. This is a kindred refactor
where 'basic_os' (a rename of 'os' when used early on) is now parsed
into 'kernel' and 'os'.

Like the previous refactoring, this does make things a bit longer. I
think the change makes the code easier to understand and more robust,
so it is worth the cost of a longer script.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
John Ericson 2020-06-28 15:32:14 +10:00 committed by Ben Elliston
parent 62db2b6bd6
commit 5e531d3918
2 changed files with 284 additions and 237 deletions

View File

@ -1,3 +1,7 @@
2020-06-28 John Ericson <john.ericson@obsidian.systems>
* config.sub: Properly parse the KERNEL-OS case.
2020-06-28 John Ericson <john.ericson@obsidian.systems>
* config.sub (s390, s390x): Use 'ibm' vendor default, but allow

517
config.sub vendored

File diff suppressed because it is too large Load Diff