build: Don't link libraries we don't need.
[gps-watch.git] / src / bootloader / bootloader-intermediate.ld
index efe381046ee4e094efc4953d1cbaec45bfaec802..7f8df3e3f24b304c4e9b09a33da0929954a7d1fc 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.