aboutsummaryrefslogtreecommitdiff
path: root/.bashrc.vf2
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-06 22:43:46 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-06 22:43:46 +0200
commitebaec8ac5738cf3851a0b8ea314482f00a76eec9 (patch)
treec42e44b63c7e60a7a5442121edd6bab80fd051fc /.bashrc.vf2
parentb015170baf65ae2f35c0971f31a37ec5141c64c0 (diff)
downloaddotfiles-ebaec8ac5738cf3851a0b8ea314482f00a76eec9.tar.gz
dotfiles-ebaec8ac5738cf3851a0b8ea314482f00a76eec9.zip
bash: don't set CROSS_COMPILE on vf2
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.bashrc.vf2')
-rw-r--r--.bashrc.vf27
1 files changed, 1 insertions, 6 deletions
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