summaryrefslogtreecommitdiff
path: root/misc/buildroot/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-09 17:21:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-09 17:21:30 +0000
commitaefffe167d432b190c630ad61316a1562df38331 (patch)
tree70e1c4bd7f795d28db36d5e0a34e9bc74d74679a /misc/buildroot/ChangeLog
parent4c27a20a6d850a995eac861f07c0ce6ae24aacff (diff)
downloadnuttx-aefffe167d432b190c630ad61316a1562df38331.tar.gz
nuttx-aefffe167d432b190c630ad61316a1562df38331.tar.bz2
nuttx-aefffe167d432b190c630ad61316a1562df38331.zip
Add 4.5.2 ARM fixes contributed by Gerd v. Egidy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4578 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/ChangeLog')
-rw-r--r--misc/buildroot/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 59de91a73..58ee44e5a 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -108,4 +108,12 @@ buildroot-1.11 2011-xx-xx <spudmonkey@racsa.co.cr>
* configs/avr-defconfig-4.5.2 - New configuration.
* Config.in and almost all configurations in configs/ - Changed the
default nuttx path to $(TOPDIR)/../../nuttx
+ * Misc files. Patch provided by Gerd v. Egidy that solves the following
+ problems
+ - binutils 2.21 is not available on the gnu servers anymore, they replaced
+ it with 2.21.1
+ - there is some assembler error when compiling gcc for arm, gcc bugzilla
+ 43999
+ - you can't build nuttx for cortex m3/m4 because of a missing instruction
+ in ethe assembler, binutils bugzilla 12296