X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=6a55e0f08be42a139ced1b61a25170381db5067c;hp=56816b8240f0458183501d3785dded9a12af5b6f;hb=afc4b130bbd6f5f5cd9baafdc7e836d8f6238deb;hpb=c3480c5c56919a12f7bd34f8a9e193922c154fe9 diff --git a/configure b/configure index 56816b8..6a55e0f 100755 --- a/configure +++ b/configure @@ -44,7 +44,7 @@ case $system in /opt/SUNWspro/bin/cc -flags >/dev/null 2>&1; then if [ "$archvariant" = "-64x" ]; then ( cd /tmp; echo "int x;" > ppp$$.c - /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -xarch=amd64 ppp$$.c >/dev/null 2>&1 || ( + /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -m64 ppp$$.c >/dev/null 2>&1 || ( echo "WorkShop C is unable to make 64 bit modules, and your $karch system needs" echo "them. Consider upgrading cc on this machine." rm -f ppp$$.c