Skip to content

Commit

Permalink
Remove extra LDFLAGS when building simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 30, 2024
1 parent 1d7744d commit 195f479
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,6 @@ ifeq ($(TARGET),sim)
BOOT_IMG=test-app/image.elf
CFLAGS+=-DARCH_SIM
CFLAGS+=-DWOLFBOOT_USE_STDLIBC
ifeq ($(USE_GCC),1)
LDFLAGS+=-Wl,-gc-sections -Wl,-Map=wolfboot.map
endif
ifeq ($(FORCE_32BIT),1)
CFLAGS+=-m32
LDFLAGS+=-m32
Expand Down

0 comments on commit 195f479

Please sign in to comment.