changeset 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
files config.guess
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Fri Aug 26 00:27:53 1994 +0000
+++ b/config.guess	Fri Aug 26 00:30:33 1994 +0000
@@ -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 @@
 	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