Skip to content

Commit

Permalink
Merge pull request #1310 from bitcraze/krichardsson/atof
Browse files Browse the repository at this point in the history
Remove -nostdlib from LDFLAGS
  • Loading branch information
krichardsson committed Aug 24, 2023
2 parents 711efe4 + af0cbe5 commit a41f178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LIB = $(srctree)/src/lib
PROCESSOR = -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16
LINKER_DIR = $(srctree)/tools/make/F405/linker

LDFLAGS += --specs=nosys.specs --specs=nano.specs $(PROCESSOR) -nostdlib
LDFLAGS += --specs=nosys.specs --specs=nano.specs $(PROCESSOR)
image_LDFLAGS += -Wl,-Map=$(PROG).map,--cref,--gc-sections,--undefined=uxTopUsedPriority
image_LDFLAGS += -L$(srctree)/tools/make/F405/linker
image_LDFLAGS += -T $(LINKER_DIR)/FLASH_CLOAD.ld
Expand Down

0 comments on commit a41f178

Please sign in to comment.