bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch-2.5.4 config changes


From: Wendy Palm
Subject: patch-2.5.4 config changes
Date: Wed, 06 Feb 2002 19:18:18 -0600

please modify config.sub and config.guess as follows to remove old non-existant
crays and allow the newer ones in- (we know for a fact that there are no cray2s
or cray xmps in the field). 
thanks
wendy

--- config.guess.orig   Wed Feb  6 18:43:30 2002
+++ config.guess        Wed Feb  6 18:46:12 2002
@@ -535,9 +535,6 @@
     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
        echo c4-convex-bsd
         exit 0 ;;
-    CRAY*X-MP:*:*:*)
-       echo xmp-cray-unicos
-        exit 0 ;;
     CRAY*Y-MP:*:*:*)
        echo ymp-cray-unicos${UNAME_RELEASE}
        exit 0 ;;
@@ -552,9 +549,9 @@
     CRAY*T3E:*:*:*)
        echo alpha-cray-unicosmk${UNAME_RELEASE}
        exit 0 ;;
-    CRAY-2:*:*:*)
-       echo cray2-cray-unicos
-        exit 0 ;;
+    CRAY*SV1:*:*:*)
+       echo sv1-cray-unicos${UNAME_RELEASE}
+       exit 0 ;;
     F300:UNIX_System_V:*:*)

==============================================================
--- config.sub.orig     Wed Feb  6 18:43:36 2002
+++ config.sub  Wed Feb  6 19:04:14 2002
@@ -199,7 +199,7 @@
        vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68
000-* \
              | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
-             | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* 
\
+             | power-* | none-* | 580-* | h8300-* | h8500-* | i960-* \
              | xmp-* | ymp-* \
              | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* | hppa2.
0n-* \
              | alpha-* | alphaev[4-7]-* | alphaev56-* | alphapca5[67]-* \
@@ -295,16 +295,12 @@
                basic_machine=c38-convex
                os=-bsd
                ;;
-       cray | ymp)
-               basic_machine=ymp-cray
+       [ctj]90-cray | ymp | ymp-cray | sv1-cray | cray)
+               basic_machine=j90-cray
                os=-unicos
                ;;
-       cray2)
-               basic_machine=cray2-cray
-               os=-unicos
-               ;;
-       [ctj]90-cray)
-               basic_machine=c90-cray
+       t3e | cray-t3e)
+               basic_machine=t3e-cray
                os=-unicos
                ;;
        crds | unos)
@@ -727,10 +723,6 @@
                basic_machine=i386-sequent
                os=-dynix
                ;;
-       t3e)
-               basic_machine=t3e-cray
-               os=-unicos
-               ;;
        tx39)
                basic_machine=mipstx39-unknown
                ;;
@@ -782,10 +774,6 @@
        w89k-*)
                basic_machine=hppa1.1-winbond
                os=-proelf
-               ;;
-       xmp)
-               basic_machine=xmp-cray
-               os=-unicos
                ;;
         xps | xps100)
                basic_machine=xps100-honeywell

-- 
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
address@hidden, 651-605-9154



reply via email to

[Prev in Thread] Current Thread [Next in Thread]