summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-08 13:03:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-08 13:03:26 +0000
commit7fccd9286b7ee399dea52d0526766623eaee3c22 (patch)
tree6534c09d61b0e693d28657b4683d750ff96cda85 /nuttx/ChangeLog
parent76679d0c390efeb91f64d0be626ae4cfb2df93a6 (diff)
downloadnuttx-7fccd9286b7ee399dea52d0526766623eaee3c22.tar.gz
nuttx-7fccd9286b7ee399dea52d0526766623eaee3c22.tar.bz2
nuttx-7fccd9286b7ee399dea52d0526766623eaee3c22.zip
Include libgcc.a inside of the group of recursively linked libraries in all Makefiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4573 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2b33ec0d3..da3106df8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2635,3 +2635,10 @@
drivers/Kconfig, drivers/mtd/Kconfig, drivers/input/Kconfig
drivers/analog/Kconfig, drivers/lcd/Kconfig: Updated kernel
configuration support provided by Lzyy.
+ * arch/arm/src/Makefile, arch/x86/src/Makefile, arch/avr/src/Makefile,
+ arch/mips/src/Makefile, arch/sim/src/Makefile, arch/hc/src/Makefile,
+ arch/sh/src/Makefile: The libgcc.a in newer versions of GCC now
+ have an dependency on an external implementation of export(). This
+ required modification to the Makefiles that do the final link: Now
+ libgcc.a must be included within the group of libraries that are
+ search recursively. \ No newline at end of file