Skip to content

Commit

Permalink
fix: arch-specific LDFLAGS discarded from test-app
Browse files Browse the repository at this point in the history
Regression introduced in #334
  • Loading branch information
danielinux committed Aug 17, 2023
1 parent 0ee918f commit a020ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif
include ../arch.mk

# Setup default linker flags
LDFLAGS=-T $(LSCRIPT) -Wl,-gc-sections -Wl,-Map=image.map
LDFLAGS+=-T $(LSCRIPT) -Wl,-gc-sections -Wl,-Map=image.map

ifeq ($(DEBUG_UART),1)
APP_OBJS+=../src/string.o
Expand Down

0 comments on commit a020ea1

Please sign in to comment.