aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-06-11 01:02:01 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-06-11 01:02:01 +0000
commit65c4a526fec879413d260cf5be06a8c72628464d (patch)
tree0120f554d87f6dd0e0a246160936a52e4c18a26e /src
parentfb5be867efb8affabc9c6dbb8b86265e88b12744 (diff)
downloadpostgresql-65c4a526fec879413d260cf5be06a8c72628464d.tar.gz
postgresql-65c4a526fec879413d260cf5be06a8c72628464d.zip
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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/config.guess1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.guess b/src/config.guess
index e9e44559f80..a1563dabf1a 100755
--- a/src/config.guess
+++ b/src/config.guess
@@ -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