mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Remove mno-outlin-atomics for Rust
This commit is contained in:
parent
a049f0f415
commit
6d89898a84
1 changed files with 3 additions and 3 deletions
|
@ -54,6 +54,6 @@ ifeq ($(ARCH),arm)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),aarch64)
|
||||
RUST_CFLAGS:=-mno-outline-atomics
|
||||
endif
|
||||
#ifeq ($(ARCH),aarch64)
|
||||
# RUST_CFLAGS:=-mno-outline-atomics
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue