aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-08 13:03:26 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-08 13:03:26 +0000
commit3e8cc7b0560d1856cc0fee47bd0c1175f4f16564 (patch)
tree6534c09d61b0e693d28657b4683d750ff96cda85 /nuttx/ChangeLog
parent14c3218bdd2de77415dea88388d03b9b640f0223 (diff)
downloadpx4-firmware-3e8cc7b0560d1856cc0fee47bd0c1175f4f16564.tar.gz
px4-firmware-3e8cc7b0560d1856cc0fee47bd0c1175f4f16564.tar.bz2
px4-firmware-3e8cc7b0560d1856cc0fee47bd0c1175f4f16564.zip
Include libgcc.a inside of the group of recursively linked libraries in all Makefiles
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4573 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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