Why did there is such code in config ?

if [ "${SYSTEM}" = "AIX" ]; then        # favor vendor cc over gcc
    (cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc
fi


With such code even if gcc was selected previously, we get flags to be
used with XLC and so it make build failed ;(
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to