Skip to content

Commit

Permalink
rust-qoriq: Migrate from native to toolchain/syno-qoriq-6.2.4-rust (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jun 4, 2024
1 parent 5eccb90 commit 3174f7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions toolchain/syno-qoriq-6.2.4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ TC_SYSROOT = $(TC_TARGET)/sysroot
TC_EXTRA_CFLAGS = -mcpu=8548 -mhard-float -mfloat-gprs=double
TC_RUSTFLAGS = -C target-cpu=e500

OPTIONAL_DEPENDS = native/rust-qoriq
POST_FIX_TARGET = qoriq_post_fix_target

include ../../mk/spksrc.tc.mk

OPTIONAL_DEPENDS = toolchain/syno-$(TC_ARCH)-$(TC_VERS)-rust

ifneq ($(RUST_BUILD_TOOLCHAIN),1)
DEPENDS = native/rust-qoriq
DEPENDS = toolchain/syno-$(TC_ARCH)-$(TC_VERS)-rust
else
POST_FIX_TARGET = qoriq_post_fix_target
endif

.PHONY: qoriq_post_fix_target
Expand Down

0 comments on commit 3174f7b

Please sign in to comment.