mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +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:
parent
c85e3fc03c
commit
4761c20494
@ -1,3 +1,8 @@
|
|||||||
|
2018-07-25 John Ericson <john.ericson@obsidian.systems>
|
||||||
|
|
||||||
|
* config.sub: Fix some more i386-pc-* defaults.
|
||||||
|
* testsuite/config-sub.data: Update.
|
||||||
|
|
||||||
2018-07-18 Ben Elliston <bje@gnu.org>
|
2018-07-18 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
From Apostolos Syropoulos <asyropoulos@gmail.com>:
|
From Apostolos Syropoulos <asyropoulos@gmail.com>:
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -307,7 +307,7 @@ case $1 in
|
|||||||
os=mach
|
os=mach
|
||||||
;;
|
;;
|
||||||
vsta)
|
vsta)
|
||||||
basic_machine=i386-unknown
|
basic_machine=i386-pc
|
||||||
os=vsta
|
os=vsta
|
||||||
;;
|
;;
|
||||||
isi68 | isi)
|
isi68 | isi)
|
||||||
@ -371,7 +371,7 @@ case $1 in
|
|||||||
os=sysv4
|
os=sysv4
|
||||||
;;
|
;;
|
||||||
netbsd386)
|
netbsd386)
|
||||||
basic_machine=i386-unknown
|
basic_machine=i386-pc
|
||||||
os=netbsd
|
os=netbsd
|
||||||
;;
|
;;
|
||||||
netwinder)
|
netwinder)
|
||||||
|
@ -561,7 +561,7 @@ v850e v850e-unknown-none
|
|||||||
v850 v850-unknown-none
|
v850 v850-unknown-none
|
||||||
visium-elf visium-unknown-elf
|
visium-elf visium-unknown-elf
|
||||||
visium visium-unknown-none
|
visium visium-unknown-none
|
||||||
vsta i386-unknown-vsta
|
vsta i386-pc-vsta
|
||||||
wasm32 wasm32-unknown-none
|
wasm32 wasm32-unknown-none
|
||||||
we32k we32k-att-sysv
|
we32k we32k-att-sysv
|
||||||
x64-linux x86_64-pc-linux-gnu
|
x64-linux x86_64-pc-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user