From ebaec8ac5738cf3851a0b8ea314482f00a76eec9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 6 Jul 2026 22:43:46 +0200 Subject: bash: don't set CROSS_COMPILE on vf2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc.vf2 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.bashrc.vf2') diff --git a/.bashrc.vf2 b/.bashrc.vf2 index a96e7cd..bd04ee1 100644 --- a/.bashrc.vf2 +++ b/.bashrc.vf2 @@ -30,9 +30,4 @@ fi # RISC-V # Setting this value as expected by the Linux Kernel when building it. -export ARCH=riscv - -# If this is not a RISC-V machine, set up cross compilation for it. -if [ "$(uname -m)" != "riscv64" ]; then - export CROSS_COMPILE=riscv64-suse-linux- -fi \ No newline at end of file +export ARCH=riscv \ No newline at end of file -- cgit v1.2.3