aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-10-18 19:29:31 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-10-18 19:29:31 -0400
commitaeb4bd7d6ec01536f392314d775a93e45a444c84 (patch)
tree7d45c18061943951921323abdceeca343651b2d7 /gcc/config.guess
parent0105761aea801f6da3a5858161b262d1a73b17c1 (diff)
downloadgcc-aeb4bd7d6ec01536f392314d775a93e45a444c84.zip
gcc-aeb4bd7d6ec01536f392314d775a93e45a444c84.tar.gz
gcc-aeb4bd7d6ec01536f392314d775a93e45a444c84.tar.bz2
Minor update to last change.
From-SVN: r8307
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-xgcc/config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index d3fb069..aa11738 100755
--- a/gcc/config.guess
+++ b/gcc/config.guess
@@ -158,7 +158,7 @@ EOF
elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then
IBM_REV=4.1.1
else
- IBM_REV=4
+ IBM_REV=4.${UNAME_RELEASE}
fi
echo ${IBM_ARCH}-ibm-aix${IBM_REV}
exit 0 ;;