Toolchain: Set cpu_family in meson cross files to SERENITY_ARCH
This commit is contained in:
parent
55fe04a6fa
commit
1e60b4ec40
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/1e60b4ec40 Pull-request: https://github.com/SerenityOS/serenity/pull/24336
2 changed files with 2 additions and 2 deletions
Toolchain/CMake
|
@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
|||
|
||||
[host_machine]
|
||||
system = 'serenity'
|
||||
cpu_family = 'x86'
|
||||
cpu_family = '@SERENITY_ARCH@'
|
||||
cpu = '@SERENITY_ARCH@'
|
||||
endian = 'little'
|
||||
|
|
|
@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
|||
|
||||
[host_machine]
|
||||
system = 'serenity'
|
||||
cpu_family = 'x86'
|
||||
cpu_family = '@SERENITY_ARCH@'
|
||||
cpu = '@SERENITY_ARCH@'
|
||||
endian = 'little'
|
||||
|
|
Loading…
Add table
Reference in a new issue