summaryrefslogtreecommitdiffstats
path: root/development/avr-binutils/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/avr-binutils/README')
-rw-r--r--development/avr-binutils/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/avr-binutils/README b/development/avr-binutils/README
index df50c2372f..e63bb7277c 100644
--- a/development/avr-binutils/README
+++ b/development/avr-binutils/README
@@ -1,2 +1,6 @@
This package contains cross compiling version of GNU binutils, which can be
used to assemble and link binaries for the AVR platform.
+
+It includes a patch to make 'avr-size' report how much memory (RAM and flash)
+is taken up by the binary image on the target processor.
+(obtained from https://bugs.archlinux.org/task/32504).