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

committed by
Ben Elliston

parent
c0ba970d17
commit
f4f9b29a8c
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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user