mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Merge pull request #358 from Ysurac/develop
Remove mno-outlin-atomics for Rust
This commit is contained in:
commit
6d7cb00b40
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