diff --git a/cpu/native/Kconfig b/cpu/native/Kconfig index bcc7b3f3ced15..cd6e27cd059ea 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 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