From aa2deddd4c7131fa28cca483f94dc5d2995d182b Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: References: From: John Ericson Date: Mon, 30 Jul 2018 13:00:25 -0400 Subject: [PATCH 3/6] * 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 ee1c4c1..99f9824 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-08 John Ericson * config.sub: Make a few `basic_machine's short-hands only. diff --git a/config.sub b/config.sub index 4166796..3d3f3f7 100755 --- a/config.sub +++ b/config.sub @@ -266,10 +266,6 @@ case $1 in basic_machine=j90-cray os=unicos ;; - craynv) - basic_machine=craynv-cray - os=unicosmp - ;; crds | unos) basic_machine=m68k-crds ;; @@ -617,6 +613,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} + ;; fx80) basic_machine=fx80-alliant ;; diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 1491c40..8f613a7 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -129,6 +129,7 @@ cr16-elf cr16-unknown-elf cr16-random-elf cr16-unknown-elf 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