build: Don't link libraries we don't need.
[gps-watch.git] / src / bootloader / bootloader-final.ld
index 56f20ccd227de3919a27fc6695785da63f73428c..4893d800c12d88d415e5b6b56fa65a9123e542dc 100644 (file)
@@ -15,7 +15,7 @@ MEMORY
 }
 
 /* Library configurations */
-GROUP(libgcc.a libc.a libm.a libnosys.a)
+GROUP(libgcc.a)
 
 /* Linker script to place sections and symbol values. Should be used together
  * with other linker script that defines memory regions FLASH and RAM.