* config.sub: Cordon off two-component aliases.

Instead of just catching manufacturers as OSes across the board, catch
them just as the second of two components. This prevents nonsense
like:

  $ ./config.sub amd64-unknown-ibm
  x86_64-unknown-ibm-aix

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
John Ericson
2018-05-23 11:30:06 +10:00
committed by Ben Elliston
parent cc35b3ce10
commit ca138e34d0
2 changed files with 29 additions and 20 deletions

View File

@ -1,3 +1,7 @@
2018-05-23 John Ericson <john.ericson@obsidian.systems>
* config.sub: Cordon off two-component aliases.
2018-05-21 John Ericson <john.ericson@obsidian.systems>
* testsuite/config-sub.data: Add clipper-clix and m68k-mint tests.