mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 20:58:21 +12:00
* 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:

committed by
Ben Elliston

parent
c85e3fc03c
commit
4761c20494
6
config.sub
vendored
6
config.sub
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user