From 6a87a76e3035f7a80e4266526ce7ea380f0c8a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Thu, 11 Jan 2024 11:17:50 +0000 Subject: [PATCH] Build static GNU toolchain --- lowrisc-toolchain-gcc-rv32imcb.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lowrisc-toolchain-gcc-rv32imcb.config b/lowrisc-toolchain-gcc-rv32imcb.config index 4a16cb3..8963179 100644 --- a/lowrisc-toolchain-gcc-rv32imcb.config +++ b/lowrisc-toolchain-gcc-rv32imcb.config @@ -73,5 +73,8 @@ CT_GCC_DEVEL_VCS_git=y CT_GCC_DEVEL_URL="https://github.com/riscv-collab/riscv-gcc" CT_GCC_DEVEL_REVISION="73055647d33c0b63a3125c372019d1dac0f8ac34" +CT_STATIC_TOOLCHAIN=y +CT_GDB_CROSS_STATIC=y + # The build script appends a definition of CT_LOCAL_PATCH_DIR down here, that # points to the repo's patch directory.