1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-04-18 20:42:24 +00:00

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
hw/bsp/nrf/boards
arduino_nano33_ble
nrf52840_mdk_dongle

@ -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
{

@ -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
{