summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-18 07:38:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-18 07:38:50 -0600
commit1cc717520d36623c08f8b60f9cd7fede1bd8f1c1 (patch)
treee6b405ac17b052a1ab9bdfb0286f08eff0e8dea6 /nuttx/ChangeLog
parent4f8b0d0a714a7f8302e876e217e8f49e2c5901d5 (diff)
downloadnuttx-1cc717520d36623c08f8b60f9cd7fede1bd8f1c1.tar.gz
nuttx-1cc717520d36623c08f8b60f9cd7fede1bd8f1c1.tar.bz2
nuttx-1cc717520d36623c08f8b60f9cd7fede1bd8f1c1.zip
X86: Add a configuration option to select the -m32 compiler option when needed
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8ffb11d47..ee7ce7829 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6480,3 +6480,7 @@
little harder, I re-implemented the backed-out custom configuration
feature. The new version does not have bad side-effect (1) (but stil
has bad side-effect (2)) (2014-1-16).
+ * arch/x86/Kconfig and configs/qemu-i486/nsh/Make.defs and
+ ostest/Make.defs: Add a configuration option to select the -m32
+ compiler option when building for a 32-bit target on a native 64-bit
+ compiler (2014-1-18).