build: Don't link libraries we don't need.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 29 Dec 2019 09:56:06 +0000 (10:56 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
src/application/application.ld
src/bootloader/bootloader-final.ld
src/bootloader/bootloader-intermediate.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.
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.
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.