summaryrefslogtreecommitdiff
path: root/gcc/config.guess
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1994-08-26 00:30:33 +0000
committerRichard Stallman <rms@gnu.org>1994-08-26 00:30:33 +0000
commit3ddde22680e07034d6a1604fd683e4bff5abf92a (patch)
tree833e8c7cf19d1146b6e016bb38b4331f044d97e4 /gcc/config.guess
parentd9b63ad47baef0e0d89ace9da4767ec9cebad30c (diff)
downloadgcc-3ddde22680e07034d6a1604fd683e4bff5abf92a.tar.gz
*** empty log message ***
From-SVN: r7987
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-xgcc/config.guess4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index a6bbecf6e39..d71ba014745 100755
--- a/gcc/config.guess
+++ b/gcc/config.guess
@@ -29,7 +29,6 @@
#
# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
-# Add the directory in our PATH last so BSD programs wont get overridden.
# (ghazi@noc.rutgers.edu 8/24/94.)
if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
PATH=$PATH:/.attbin ; export PATH
@@ -60,9 +59,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
Pyramid*:OSx*:*:*)
- # We want to differentiate universes because most programs will
- # only compile in one or the other. Programs which compile in
- # both can case switch on pyramid-pyramid-* in configure.
if test "`(/bin/universe) 2>/dev/null`" = att ; then
echo pyramid-pyramid-sysv3
else