* config.sub: Parse basic_machine into cpu and vendor. This adds

more lines, but makes a bunch of code simpler and easier to read.
	sed(1) is used a lot less, for example.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
John Ericson
2018-08-28 10:06:03 +10:00
committed by Ben Elliston
parent a6387dca6b
commit d300aa0a31
2 changed files with 321 additions and 233 deletions

View File

@ -1,3 +1,9 @@
2018-08-28 John Ericson <john.ericson@obsidian.systems>
* config.sub: Parse basic_machine into cpu and vendor. This adds
more lines, but makes a bunch of code simpler and easier to read.
sed(1) is used a lot less, for example.
2018-08-28 John Ericson <john.ericson@obsidian.systems>
* config.sub: More deduplication and organize more basic machines.