comparison config.guess @ 8629:ef7011f48b73

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Aug 1994 00:30:33 +0000
parents f550802447b3
children 6d932654b63b
comparison
equal deleted inserted replaced
8628:f550802447b3 8629:ef7011f48b73
27 # Only a few systems have been added to this list; please add others 27 # Only a few systems have been added to this list; please add others
28 # (but try to keep the structure clean). 28 # (but try to keep the structure clean).
29 # 29 #
30 30
31 # This is needed to find uname on a Pyramid OSx when run in the BSD universe. 31 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
32 # Add the directory in our PATH last so BSD programs wont get overridden.
33 # (ghazi@noc.rutgers.edu 8/24/94.) 32 # (ghazi@noc.rutgers.edu 8/24/94.)
34 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then 33 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
35 PATH=$PATH:/.attbin ; export PATH 34 PATH=$PATH:/.attbin ; export PATH
36 fi 35 fi
37 36
58 exit 0 ;; 57 exit 0 ;;
59 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) 58 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
60 echo arm-acorn-riscix${UNAME_RELEASE} 59 echo arm-acorn-riscix${UNAME_RELEASE}
61 exit 0;; 60 exit 0;;
62 Pyramid*:OSx*:*:*) 61 Pyramid*:OSx*:*:*)
63 # We want to differentiate universes because most programs will
64 # only compile in one or the other. Programs which compile in
65 # both can case switch on pyramid-pyramid-* in configure.
66 if test "`(/bin/universe) 2>/dev/null`" = att ; then 62 if test "`(/bin/universe) 2>/dev/null`" = att ; then
67 echo pyramid-pyramid-sysv3 63 echo pyramid-pyramid-sysv3
68 else 64 else
69 echo pyramid-pyramid-bsd 65 echo pyramid-pyramid-bsd
70 fi 66 fi