From 22af8b94e9b892db3a82bfd1fd9004ee846dfc7a Mon Sep 17 00:00:00 2001 Message-Id: From: John Ericson Date: Mon, 30 Jul 2018 13:00:25 -0400 Subject: [PATCH 1/5] * config.sub: Move back craynv as a `basic_machine` pattern * testsuite/config-sub.data: Add test for craynv To: address@hidden --- ChangeLog | 10 ++++++++++ config.sub | 8 ++++---- testsuite/config-sub.data | 1 + 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index bce9d4b..770d4b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2018-08-08 John Ericson + + * config.sub: Move back craynv as a `basic_machine` pattern + * testsuite/config-sub.data: Add test for craynv + + This is in fact a valid archecture, even though it also contains + "cray" the company name, and thus may look like some shorthand. + Adding a test to make sure we accept it (tested via the + ideompotency check). + 2018-08-13 Ben Elliston * testsuite/config-sub.data: Add some legacy test cases. diff --git a/config.sub b/config.sub index c1b397a..e4226de 100755 --- a/config.sub +++ b/config.sub @@ -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 ;; diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index aca8634..81472be 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -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 -- 2.17.1