diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-06 22:43:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-06 22:43:46 +0200 |
| commit | ebaec8ac5738cf3851a0b8ea314482f00a76eec9 (patch) | |
| tree | c42e44b63c7e60a7a5442121edd6bab80fd051fc | |
| parent | b015170baf65ae2f35c0971f31a37ec5141c64c0 (diff) | |
| download | dotfiles-ebaec8ac5738cf3851a0b8ea314482f00a76eec9.tar.gz dotfiles-ebaec8ac5738cf3851a0b8ea314482f00a76eec9.zip | |
bash: don't set CROSS_COMPILE on vf2
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | .bashrc.vf2 | 7 |
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 |
