diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-02 15:02:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-02 15:02:04 +0000 |
commit | 5cfbcfcdc45b1cdd758241f7f02495ded7acc722 (patch) | |
tree | 7bad3b7f21f113d9a1e0947bddde2c65aa0b5b7e /hints/solaris_2.sh | |
parent | d7aa4417de5aebb1d2374018c62148692ef32d8b (diff) | |
download | perl-5cfbcfcdc45b1cdd758241f7f02495ded7acc722.tar.gz |
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
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index b3f2cd3204..75e55f7dbd 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -533,6 +533,7 @@ EOM esac use64bitall_done=yes + archname64=64 ;; esac EOCBU |