zsh-workers
 help / color / mirror / code / Atom feed
* config.guess bug for dgux
@ 1996-05-23 14:51 Roderick Schertler
  0 siblings, 0 replies; only message in thread
From: Roderick Schertler @ 1996-05-23 14:51 UTC (permalink / raw)
  To: zsh-workers

There's a bug (looks like a typo) in a recently edited section of
config.guess.  I've sent a report of it separately to bug-gnu-utils
(it's present in gdb 4.16 and autoconf 2.10, so the master source for
config.guess needs fixing).  Would you mind including the fix in zsh in
the meantime?

--- config.guess.~1~	Fri May 17 10:16:28 1996
+++ config.guess	Thu May 23 10:19:22 1996
@@ -137,7 +137,7 @@
     AViiON:dgux:*:*)
         # DG/UX returns AViiON for all architectures
         UNAME_PROCESSOR=`/usr/bin/uname -p`
-        if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88100 ] ; then
+        if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then
 	if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \
 	     -o ${TARGET_BINARY_INTERFACE}x = x ] ; then
 		echo m88k-dg-dgux${UNAME_RELEASE}

-- 
Roderick Schertler
roderick@gate.net



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-05-23 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-23 14:51 config.guess bug for dgux Roderick Schertler

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).