mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00

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>
Description
No description provided
Languages
Perl
77.6%
Shell
18.9%
Makefile
3.5%