From b3483c95188fb411ce686aa14757a8b4b73b66e3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 13 Feb 2001 02:43:58 +0000 Subject: [PATCH] 2001-02-13 Kevin Ryde * config.sub: Recognise t90, c90, j90 without -cray. Preserve t90 and j90--don't transform to c90. --- ChangeLog | 5 +++++ config.sub | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d66596e..debf9dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-13 Kevin Ryde + + * config.sub: Recognise t90, c90, j90 without -cray. Preserve t90 + and j90--don't transform to c90. + 2001-02-13 Ben Elliston * config.guess: More Linux clean-up. diff --git a/config.sub b/config.sub index f89b82d..b7d9794 100755 --- a/config.sub +++ b/config.sub @@ -368,8 +368,8 @@ case $basic_machine in basic_machine=cray2-cray os=-unicos ;; - [ctj]90-cray) - basic_machine=c90-cray + [cjt]90) + basic_machine=${basic_machine}-cray os=-unicos ;; crds | unos)