diff --git a/cpu/native/Kconfig b/cpu/native/Kconfig index d1d8ac77f233..fb462a75826b 100644 --- a/cpu/native/Kconfig +++ b/cpu/native/Kconfig @@ -60,7 +60,7 @@ config NATIVE_OS_LINUX select HAS_PERIPH_GPIO select HAS_PERIPH_GPIO_IRQ select HAS_PERIPH_SPI - select HAS_RUST_TARGET if "$(OS_ARCH)" = "x86_64" && HAS_ARCH_32BIT + select HAS_RUST_TARGET if "$(OS_ARCH)" = "x86_64" config NATIVE_OS_FREEBSD bool diff --git a/cpu/native/Makefile.features b/cpu/native/Makefile.features index 2fdde8697a72..8b0b4722a6e9 100644 --- a/cpu/native/Makefile.features +++ b/cpu/native/Makefile.features @@ -19,10 +19,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 ($(BOARD),native64) - FEATURES_PROVIDED += rust_target - endif + FEATURES_PROVIDED += rust_target endif FEATURES_PROVIDED += ssp