X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=config;h=965884a6277b4b50599ee3db3fad00fca08ea8e6;hp=98729827c8e6711159d642227637fd8c6a339383;hb=a0e4a8e10aac89517629ce0b55009053f9ea0760;hpb=d6eebf6d8a9e6acf3de25721fcfeed8412d13af2 diff --git a/config b/config index 98729827c8..965884a627 100755 --- a/config +++ b/config @@ -775,6 +775,10 @@ case "$GUESSOS" in OBJECT_MODE=${OBJECT_MODE:-32} if [ "$CC" = "gcc" ]; then OUT="aix-gcc" + if [ $OBJECT_MODE -eq 64 ]; then + echo 'Your $OBJECT_MODE was found to be set to 64' + OUT="aix64-gcc" + fi elif [ $OBJECT_MODE -eq 64 ]; then echo 'Your $OBJECT_MODE was found to be set to 64' OUT="aix64-cc"