Minor update to last change.
This commit is contained in:
parent
8593feb616
commit
51eebc4f4c
1 changed files with 1 additions and 1 deletions
2
config.guess
vendored
2
config.guess
vendored
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue