diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 15:39:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 15:39:35 +0000 |
commit | b84d4f81fd7f50ce896c753a15a85cba48f9ed80 (patch) | |
tree | 7553dbbd2961e3dc6bdb2de00896da9bb4c5208f /hints/unicos.sh | |
parent | d4ad863d67925b9ee11642aee9c9257c020e4f2d (diff) | |
download | perl-b84d4f81fd7f50ce896c753a15a85cba48f9ed80.tar.gz |
Document the endianness of Alpha more precisely.
p4raw-id: //depot/perl@6744
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index e49b373758..089b9600e2 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -2,7 +2,7 @@ case `uname -r` in 6.1*) shellflags="-m+65536" ;; esac case "$optimize" in -# If we used fastmd (the default) integer values would be limited to 43 bits. +# If we used fastmd (the default) integer values would be limited to 46 bits. # --Mark P. Lutz '') optimize="$optimize -h nofastmd" ;; esac |