We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd4633 commit 5eb25e7Copy full SHA for 5eb25e7
Makefile.in
@@ -384,7 +384,7 @@ stamps/build-newlib: $(srcdir)/riscv-newlib stamps/build-gcc-newlib-stage1
384
--enable-newlib-io-long-double \
385
--enable-newlib-io-long-long \
386
--enable-newlib-io-c99-formats \
387
- CFLAGS_FOR_TARGET="-Os $(CFLAGS_FOR_TARGET)"
+ CFLAGS_FOR_TARGET="-Os -ffunction-sections -fdata-sections $(CFLAGS_FOR_TARGET)"
388
$(MAKE) -C $(notdir $@)
389
$(MAKE) -C $(notdir $@) install
390
mkdir -p $(dir $@) && touch $@
0 commit comments