Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: compat for cross-compiling & RISC-V #92

Merged
merged 4 commits into from
Nov 9, 2023
Merged

Fix: compat for cross-compiling & RISC-V #92

merged 4 commits into from
Nov 9, 2023

Conversation

Codesire-Deng
Copy link
Owner

Big thanks to @wangzhankun who helps to cross-compiling on RISC-V architecture:

  1. No more atomic<uint16_t>::is_always_lock_free requirement on any architecture. (如何实现交叉编译 #88)
  2. Fix compat.hpp for RISC-V. (如何实现交叉编译 #88)
  3. Disable -march=native when cross-compiling. (如何实现交叉编译 #88)
  4. No is_loopback_only(INADDR_LOOPBACK) by default. (在qemu下无法进行端口转发 #91)

This was linked to issues Nov 9, 2023
@Codesire-Deng Codesire-Deng added compiler-compat Compatibility with compilers architecture-compat Compatibility with non-x64 architecture labels Nov 9, 2023
@Codesire-Deng Codesire-Deng merged commit c13f24d into main Nov 9, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture-compat Compatibility with non-x64 architecture compiler-compat Compatibility with compilers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

在qemu下无法进行端口转发 如何实现交叉编译
1 participant