fix linker libgcc for nrf

This commit is contained in:
hathach 2024-04-22 22:37:37 +07:00
parent 675daf32e9
commit 31a44c0b7e
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* Linker script to configure memory regions. */ /* Linker script to configure memory regions. */
SEARCH_DIR(.) SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys) /*GROUP(-lgcc -lc -lnosys) not compatible with clang*/
MEMORY MEMORY
{ {

View File

@ -1,7 +1,7 @@
/* Linker script to configure memory regions. */ /* Linker script to configure memory regions. */
SEARCH_DIR(.) SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys) /*GROUP(-lgcc -lc -lnosys) not compatible with clang*/
MEMORY MEMORY
{ {