fix linker libgcc for nrf

This commit is contained in:
hathach
2024-04-22 22:37:37 +07:00
parent 675daf32e9
commit 31a44c0b7e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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