From 200666d86b4dbde0e3e2d43ef24de060df10f3e3 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 5 Feb 2024 13:32:29 +0100 Subject: [PATCH] cpu/native: 64bit works with Rust --- cpu/native/Makefile.features | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cpu/native/Makefile.features b/cpu/native/Makefile.features index f8b687c35e702..f7fbdaa331f71 100644 --- a/cpu/native/Makefile.features +++ b/cpu/native/Makefile.features @@ -24,10 +24,7 @@ FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_timer_periodic FEATURES_PROVIDED += periph_timer_query_freqs ifeq ($(OS) $(OS_ARCH),Linux x86_64) - # TODO: Add rust support for native 64 bit. - ifneq ($(NATIVE_64BIT), 1) - FEATURES_PROVIDED += rust_target - endif + FEATURES_PROVIDED += rust_target endif FEATURES_PROVIDED += ssp