From afba9e168fd707466f5bf391254c7421962fc138 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 24 Jun 2025 23:03:40 -0700 Subject: [PATCH] mbv: link with newlib nano --- mbv/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/mbv/configure b/mbv/configure index add70d6..0b50a8d 100755 --- a/mbv/configure +++ b/mbv/configure @@ -43,6 +43,7 @@ class Config: "-g", "-Wl,--gc-sections", "-Wl,--print-memory-usage", + "-specs=nano.specs", "-flto", "-march=rv32i_zicsr", ]