From: Jarkko Hietaniemi Date: Fri, 2 May 2003 15:02:04 +0000 (+0000) Subject: Solaris: make -Duse64bitall'ed to have an archname of X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cfbcfcdc45b1cdd758241f7f02495ded7acc722;p=p5sagit%2Fp5-mst-13.2.git Solaris: make -Duse64bitall'ed to have an archname of sun4-solaris-64, from Alan Burlison. (The default is to not to suffix anything with -Duse64bitall if longs are 64 bit. This may lead into confusion and much sorrow if 32-bit binaries and 64-bit binaries are installed under the same directories. Why is "-64" or something like that the default? Well, there are platforms where 64 bits really is the default default. There adding a "-64" would be kind of odd. Better to let each 64-bit capable platform to choose their archnames.) p4raw-id: //depot/perl@19380 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index b3f2cd3..75e55f7 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -533,6 +533,7 @@ EOM esac use64bitall_done=yes + archname64=64 ;; esac EOCBU