diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-06-11 01:02:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-06-11 01:02:01 +0000 |
commit | 65c4a526fec879413d260cf5be06a8c72628464d (patch) | |
tree | 0120f554d87f6dd0e0a246160936a52e4c18a26e /src | |
parent | fb5be867efb8affabc9c6dbb8b86265e88b12744 (diff) | |
download | postgresql-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-x | src/config.guess | 1 |
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 |