From a65deddd7375ead7fe495f66470f1978a5d21f3d Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Fri, 15 Mar 2019 15:53:51 -0700 Subject: Use newlib-nano Signed-off-by: Nathaniel Graff --- scripts/standalone.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/standalone.mk b/scripts/standalone.mk index 78328c5..cc35559 100644 --- a/scripts/standalone.mk +++ b/scripts/standalone.mk @@ -96,6 +96,10 @@ RISCV_CXXFLAGS += -ffunction-sections -fdata-sections RISCV_ASFLAGS += -I$(abspath $(BSP_DIR)/install/include/) RISCV_CFLAGS += -I$(abspath $(BSP_DIR)/install/include/) RISCV_CXXFLAGS += -I$(abspath $(BSP_DIR)/install/include/) +# Use newlib-nano +RISCV_ASFLAGS += --specs=nano.specs +RISCV_CFLAGS += --specs=nano.specs +RISCV_CXXFLAGS += --specs=nano.specs # Turn on garbage collection for unused sections RISCV_LDFLAGS += -Wl,--gc-sections -- cgit v1.2.1-18-gbd029