[vlc-commits] [Git][videolan/vlc][master] contrib: rustc: add RISC-V
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sun Jan 23 08:26:20 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
4d00740e by Rémi Denis-Courmont at 2022-01-23T06:22:45+00:00
contrib: rustc: add RISC-V
- - - - -
1 changed file:
- contrib/src/main-rust.mak
Changes:
=====================================
contrib/src/main-rust.mak
=====================================
@@ -33,8 +33,12 @@ else ifdef HAVE_LINUX
ifeq ($(HOST),arm-linux-gnueabihf)
RUST_TARGET = arm-unknown-linux-gnueabihf #add eabihf
else
+ifeq ($(HOST),riscv64-linux-gnu)
+RUST_TARGET = riscv64gc-unknown-linux-gnu
+else
RUST_TARGET = $(ARCH)-unknown-linux-gnu
endif
+endif
else ifdef HAVE_BSD
RUST_TARGET = $(HOST)
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4d00740e2c6c1c1e4b09a76ea611a5d380b2b48f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4d00740e2c6c1c1e4b09a76ea611a5d380b2b48f
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list