diff options
author | lloyd <[email protected]> | 2011-05-09 15:38:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-09 15:38:06 +0000 |
commit | 37b1ca2b6e12fc099e9afdc80c6de9da111eb657 (patch) | |
tree | f11371417721af0ed7ca12fa5b9ee65072051b16 /doc/log.txt | |
parent | 070e176e36ee9cdd100aef6b8a702c4f1bfa47b9 (diff) |
Make different targets for 32 and 64 bit Atom processors, since most
consumer/desktop level Atoms are actually 32 bit.
Diffstat (limited to 'doc/log.txt')
-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 c2ea01cac..d54cb4d6e 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -24,6 +24,11 @@ Version 1.10.0, Not Yet Released * TR1 support is not longer automatically assumed under older versions of GCC +* Add two different configuration targets for Atom, since some are + 32-bit and some are 64-bit. The 'atom' target now refers to the + 64-bit implementations, use 'atom32' to target the 32-bit + processors. + * The (incomplete) CMS support is disabled by default; add ``--enable-modules=cms`` during configuration to turn it back on. |