summaryrefslogtreecommitdiff
path: root/misc/buildroot/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-27 21:28:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-27 21:28:34 -0600
commitb9fd031631b1d044334399a1f2345e8d952aa5a5 (patch)
tree698a9c1d447a1cd04a745fc111ddb3827e0c367a /misc/buildroot/ChangeLog
parent71aed89255ec34ef94150cbaf131befcde5d8595 (diff)
downloadnuttx-b9fd031631b1d044334399a1f2345e8d952aa5a5.tar.gz
nuttx-b9fd031631b1d044334399a1f2345e8d952aa5a5.tar.bz2
nuttx-b9fd031631b1d044334399a1f2345e8d952aa5a5.zip
Binutils 2.4 wants us to include config.h before bfd.h
Diffstat (limited to 'misc/buildroot/ChangeLog')
-rw-r--r--misc/buildroot/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 6ed11b186..aa87dd9a5 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -147,4 +147,6 @@ buildroot-1.14 2011-xx-xx <gnutt@nuttx.org>
* Support for the Cortex-M4F (with hardware floating point). Also from
David Alessio (2014-2-18).
* Added a Cortex-M3 GCC 4.8.2 EABI configuration (2014-2-27).
+ * toolchain/nxflat/ldnxflat.c and mknxflat.c: Fix error with binutils-2.4:
+ bfd.h wants us to include config.h first (2014-2.27).