build: Don't link libraries we don't need.
[gps-watch.git] / src / application / application.ld
index 55b605750956013061153ecfbba244349ea1b358..12ba6256e52de5b782476fe0fdd2d06b1eb29524 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.