OSDN Git Service

From: "Eric H. Raskin" <ehr@listworks.com>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 11 Jun 1997 01:02:01 +0000 (01:02 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 11 Jun 1997 01:02:01 +0000 (01:02 +0000)
Subject: [PATCHES] DG/UX 5.4R11 patches

1) config.guess -- it doesn't understand that the new default
                   "TARGET_BINARY_INTERFACE" (m88kdgux) is now an ELF
                   format, not BCS.

src/config.guess

index e9e4455..a1563da 100755 (executable)
@@ -181,6 +181,7 @@ EOF
         UNAME_PROCESSOR=`/usr/bin/uname -p`
         if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then
        if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \
+            -o ${TARGET_BINARY_INTERFACE}x = m88kdguxx \
             -o ${TARGET_BINARY_INTERFACE}x = x ] ; then
                echo m88k-dg-dgux${UNAME_RELEASE}
        else