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

CMake: Fix x86 detection #3830

Merged
merged 1 commit into from
Sep 20, 2024
Merged

CMake: Fix x86 detection #3830

merged 1 commit into from
Sep 20, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Sep 20, 2024

The value of CMAKE_SYSTEM_PROCESSOR depends on what the host linux distro decides to name their toolchain. All of i386, i686, x86 are common values for 32-bit x86, so check for all of them.

The value of CMAKE_SYSTEM_PROCESSOR depends on what the host linux distro
decides to name their toolchain. All of `i386`, `i686`, `x86` are common
values for 32-bit x86, so check for all of them.
@khuey khuey merged commit d4449e9 into rr-debugger:master Sep 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants