Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
config.guess bug for dgux
- X-seq: zsh-workers 1147
- From: Roderick Schertler <roderick@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: config.guess bug for dgux
- Date: Thu, 23 May 1996 10:51:57 -0400
- Sender: roderick@xxxxxxxxxx
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@xxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author