diff options
| -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 |
