mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.sub (craynv): Move back as a basic_machine pattern.
* testsuite/config-sub.data: Add test case. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
c0ba970d17
commit
f4f9b29a8c
@ -1,3 +1,8 @@
|
||||
2018-08-13 John Ericson <john.ericson@obsidian.systems>
|
||||
|
||||
* config.sub (craynv): Move back as a basic_machine pattern.
|
||||
* testsuite/config-sub.data: Add test case.
|
||||
|
||||
2018-08-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* testsuite/config-sub.data: Add some legacy test cases.
|
||||
|
10
config.sub
vendored
10
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2018-08-12'
|
||||
timestamp='2018-08-13'
|
||||
|
||||
# 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
|
||||
@ -238,10 +238,6 @@ case $1 in
|
||||
basic_machine=j90-cray
|
||||
os=unicos
|
||||
;;
|
||||
craynv)
|
||||
basic_machine=craynv-cray
|
||||
os=unicosmp
|
||||
;;
|
||||
delta88)
|
||||
basic_machine=m88k-motorola
|
||||
os=sysv3
|
||||
@ -566,6 +562,10 @@ esac
|
||||
case $basic_machine in
|
||||
# Here we handle the default manufacturer of certain CPU types. It is in
|
||||
# some cases the only manufacturer, in others, it is the most popular.
|
||||
craynv)
|
||||
basic_machine=craynv-cray
|
||||
os=${os:-unicosmp}
|
||||
;;
|
||||
w89k)
|
||||
basic_machine=hppa1.1-winbond
|
||||
;;
|
||||
|
@ -130,6 +130,7 @@ cr16-random-elf cr16-unknown-elf
|
||||
crds m68k-crds-unos
|
||||
cris-linux cris-axis-linux-gnu
|
||||
crisv32-linux crisv32-axis-linux-gnu
|
||||
craynv craynv-cray-unicosmp
|
||||
csky-linux csky-unknown-linux-gnu
|
||||
d10v d10v-unknown-none
|
||||
d30v d30v-unknown-none
|
||||
|
Loading…
x
Reference in New Issue
Block a user