diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-12 01:25:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-12 01:25:41 +0000 |
commit | ad5513430ad41d3071839f83eb3da57da67fe68e (patch) | |
tree | d05b93f958685799941d425cc7f148bf1d4a4aa8 /hints/irix_6.sh | |
parent | 3d0b4b5f4bc6afb56c39b656c31299f86ac985fd (diff) | |
download | perl-ad5513430ad41d3071839f83eb3da57da67fe68e.tar.gz |
megalomaniac 64-bit update: most importantly,
uselonglong is eradicated, only backward
compatibility hooks in use64bits remain.
p4raw-id: //depot/cfgperl@5070
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index f4bbf32d01..67e61b4607 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -246,8 +246,8 @@ EOM case "$cc $ccflags" in *-n32*) case "$ccflags" in - *-DUSE_LONG_LONG) ;; - *) ccflags="$ccflags -DUSE_LONG_LONG" ;; + *-DUSE_64_BITS*) ;; + *) ccflags="$ccflags -DUSE_64_BITS" ;; esac archname64="-n32" ;; |