Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 65c4a52

Browse files
committed
From: "Eric H. Raskin" <ehr@listworks.com>
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.
1 parent fb5be86 commit 65c4a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.guess

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ EOF
181181
UNAME_PROCESSOR=`/usr/bin/uname -p`
182182
if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then
183183
if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \
184+
-o ${TARGET_BINARY_INTERFACE}x = m88kdguxx \
184185
-o ${TARGET_BINARY_INTERFACE}x = x ] ; then
185186
echo m88k-dg-dgux${UNAME_RELEASE}
186187
else

0 commit comments

Comments
 (0)