From: Richard Kenner Date: Tue, 18 Oct 1994 23:29:31 +0000 (-0400) Subject: Minor update to last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aeb4bd7d6ec01536f392314d775a93e45a444c84;p=gcc.git Minor update to last change. From-SVN: r8307 --- diff --git a/gcc/config.guess b/gcc/config.guess index d3fb06986a5..aa117382024 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 ;;