aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Bothner1995-05-12 00:19:09 +0000
committerPer Bothner1995-05-12 00:19:09 +0000
commit01d8fc64acb9482eb9443540f3229e572efa1c73 (patch)
tree4d5bfeb72c17ecca794f9fa0acc27201286df6ee
parent8c1e9afe7ae28c0c8c8a371057cb97bbca3ccc4a (diff)
downloademacs-01d8fc64acb9482eb9443540f3229e572efa1c73.tar.gz
emacs-01d8fc64acb9482eb9443540f3229e572efa1c73.zip
Recognize PCs running Solaris2. Also, some cleaning up for CRAYs.
-rwxr-xr-xconfig.guess10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.guess b/config.guess
index 60ef93a69d1..969cec4f19e 100755
--- a/config.guess
+++ b/config.guess
@@ -75,6 +75,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
75 sun4*:SunOS:5.*:*) 75 sun4*:SunOS:5.*:*)
76 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 76 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
77 exit 0 ;; 77 exit 0 ;;
78 i86pc:SunOS:5.*:*)
79 echo i386-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
80 exit 0 ;;
78 sun4*:SunOS:6*:*) 81 sun4*:SunOS:6*:*)
79 # According to config.sub, this is the proper way to canonicalize 82 # According to config.sub, this is the proper way to canonicalize
80 # SunOS6. Hard to guess exactly what SunOS6 will be like, but 83 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
@@ -281,16 +284,13 @@ EOF
281 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) 284 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
282 echo c4-convex-bsd 285 echo c4-convex-bsd
283 exit 0 ;; 286 exit 0 ;;
284 CRAY*X-MP:UNICOS:*:*) 287 CRAY*X-MP:*:*:*)
285 echo xmp-cray-unicos 288 echo xmp-cray-unicos
286 exit 0 ;; 289 exit 0 ;;
287 CRAY*Y-MP:UNICOS:*:*)
288 echo ymp-cray-unicos
289 exit 0 ;;
290 CRAY*Y-MP:*:*:*) 290 CRAY*Y-MP:*:*:*)
291 echo ymp-cray-unicos${UNAME_RELEASE} 291 echo ymp-cray-unicos${UNAME_RELEASE}
292 exit 0 ;; 292 exit 0 ;;
293 CRAY-2:UNICOS:*:*) 293 CRAY-2:*:*:*)
294 echo cray2-cray-unicos 294 echo cray2-cray-unicos
295 exit 0 ;; 295 exit 0 ;;
296 hp3[0-9][05]:NetBSD:*:*) 296 hp3[0-9][05]:NetBSD:*:*)