From 84b45fda868c196893e1fceb2d853e82faba7e37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 15 Mar 2002 11:09:31 +0000 Subject: [PATCH] oops -- undo previous commit, I'm still waiting for confirmation from Weny Palm --- config | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config b/config index a979231ecd..7844e5bdda 100755 --- a/config +++ b/config @@ -310,13 +310,6 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in exit 0 ;; - *"CRAY T3E") - echo "t3e-cray-unicosmk"; exit 0; - ;; - - *CRAY*) - echo "t90-cray-unicos"; exit 0; - ;; esac # @@ -598,8 +591,6 @@ EOF mips-sony-newsos4) OUT="newsos4-gcc" ;; *-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;; *-*-cygwin) OUT="Cygwin" ;; - t3e-cray-unicosmk) OUT="cray-t3e" ;; - t90-cray-unicos) OUT="cray-t90-cc" ;; *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; esac -- 2.25.1