Skip to content

Commit

Permalink
sprf3e: Use newlib-nano to save some flash space. (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowtape authored and mlyle committed Jan 9, 2018
1 parent a99b608 commit 76d9402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/targets/sprf3e/fw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ LIBS += $(FLIGHTLIBFILE)
LDFLAGS = -nostartfiles -Wl,-Map=$(OUTDIR)/$(TARGET).map,--cref,--gc-sections
LDFLAGS += $(patsubst %,-L%,$(EXTRA_LIBDIRS))
LDFLAGS += $(patsubst %,-l%,$(EXTRA_LIBS))
LDFLAGS += -lc -lgcc -lm
LDFLAGS += -lc_nano -lgcc -lm
LDFLAGS += -Wl,--warn-common
LDFLAGS += -Wl,--fatal-warnings

Expand Down

0 comments on commit 76d9402

Please sign in to comment.