* config.sub: Fix some more i386-pc-* defaults.

* testsuite/config-sub.data: Update.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
John Ericson
2018-07-25 12:25:15 +10:00
committed by Ben Elliston
parent c85e3fc03c
commit 4761c20494
3 changed files with 9 additions and 4 deletions

6
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-07-13'
timestamp='2018-07-25'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -307,7 +307,7 @@ case $1 in
os=mach
;;
vsta)
basic_machine=i386-unknown
basic_machine=i386-pc
os=vsta
;;
isi68 | isi)
@ -371,7 +371,7 @@ case $1 in
os=sysv4
;;
netbsd386)
basic_machine=i386-unknown
basic_machine=i386-pc
os=netbsd
;;
netwinder)