Skip to content

Commit

Permalink
cpu/native: 64bit works with Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 5, 2024
1 parent edb6d7a commit 200666d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpu/native/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 200666d

Please sign in to comment.