summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-12 19:59:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-12 19:59:35 +0000
commit0ae88630f97589c05ebc6b5d231e493558257785 (patch)
treecb48b3d812b573b2ce939dc036d8145886943e52 /hints/solaris_2.sh
parent784444a8a3a93f458f5db405920d828f7b1de868 (diff)
downloadperl-0ae88630f97589c05ebc6b5d231e493558257785.tar.gz
uselonglong sits deep.
p4raw-id: //depot/cfgperl@5071
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index e27d026aa7..a2a4087931 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -376,8 +376,8 @@ EOM
;;
esac
case "$ccflags" in
- *-DUSE_LONG_LONG*) ;;
- *) ccflags="$ccflags -DUSE_LONG_LONG" ;;
+ *-DUSE_64_BITS*) ;;
+ *) ccflags="$ccflags -DUSE_64_BITS" ;;
esac
# When a 64-bit cc becomes available $archname64
# may need setting so that $archname gets it attached.