aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/ram.ld')
-rw-r--r--support/ld/ram.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ld/ram.ld b/support/ld/ram.ld
index 6398ea4..59aaeda 100644
--- a/support/ld/ram.ld
+++ b/support/ld/ram.ld
@@ -34,7 +34,7 @@ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
ENTRY(_start)
SEARCH_DIR(.)
/* GROUP(-lgcc -lc -lcs3 -lcs3unhosted -lcs3-lanchon-stm32) */
-GROUP(libgcc.a libc.a libcs3-lanchon-stm32.a)
+GROUP(libgcc.a libc.a libm.a libcs3-lanchon-stm32.a)
/* These force the linker to search for particular symbols from
* the start of the link process and thus ensure the user's