diff options
author | lloyd <[email protected]> | 2011-04-29 13:01:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-29 13:01:27 +0000 |
commit | 01f2b7b0fc7872778ff0df8001cac0bb964afa65 (patch) | |
tree | 1bc9a7c0cbe19b8c6b2e0c13783a12a13289afb7 /doc | |
parent | dcdcafcc235f2f366022008f596a71cbbb4fadf9 (diff) |
Default sun4u to sparc32-v9 rather than sparc64
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 542c5efec..b1eaedcfe 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -40,6 +40,11 @@ Version 1.9.17, Not Yet Released AES-NI instruction set have been renamed from AES_XXX_Intel to AES_XXX_NI. +* Systems that are identified as `sun4u` will default to compiling for + 32-bit SPARCv9 code rather than 64-bit. This matches the still + common convention for 32-bit SPARC userspaces. If you want 64-bit + code on such as system, use ``--cpu=sparc64``. + * Some minor fixes for compiling botan under the BeOS clone/continuation `Haiku <http://haiku-os.org>`_. |