Skip to content

Commit

Permalink
Merge pull request #345 from danielinux/test-app-ldflags
Browse files Browse the repository at this point in the history
fix: arch-specific LDFLAGS discarded from test-app
  • Loading branch information
dgarske authored Aug 17, 2023
2 parents 0ee918f + a020ea1 commit 953ac2d
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 953ac2d

Please sign in to comment.