aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-05-09 15:38:06 +0000
committerlloyd <[email protected]>2011-05-09 15:38:06 +0000
commit37b1ca2b6e12fc099e9afdc80c6de9da111eb657 (patch)
treef11371417721af0ed7ca12fa5b9ee65072051b16 /doc
parent070e176e36ee9cdd100aef6b8a702c4f1bfa47b9 (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')
-rw-r--r--doc/build_log.txt2
-rw-r--r--doc/log.txt5
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/build_log.txt b/doc/build_log.txt
index 49eba86c5..4158289bf 100644
--- a/doc/build_log.txt
+++ b/doc/build_log.txt
@@ -14,6 +14,8 @@ Debian reports the build results for 1.8 on `a number of platforms
=========== ======= =================== ======================== ============================ ========
Date Version OS CPU Compiler Results
=========== ======= =================== ======================== ============================ ========
+2011-03-18 1.9.14 Debian 6.0 Intel Atom D510 GCC 4.4.5 OK
+2010-05-09 1.9.17 Gentoo 10.0 PowerPC G5 GCC 4.4.5 OK
2011-05-02 1.9.17 FreeBSD 8.2 x86-64 GCC 4.2.1 OK
2011-04-25 1.9.16 Gentoo 10.0 Intel Core i7-860 Clang 2.9 Miscompiles SSE2 IDEA
2011-04-23 1.9.16 Gentoo 10.0 Intel Core i7-860 Sun C++ 5.10 OK
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.