Toolchain: Set cpu_family in meson cross files to SERENITY_ARCH

This commit is contained in:
Kenneth Myhra 2024-05-15 18:01:00 +02:00 committed by Andreas Kling
parent 55fe04a6fa
commit 1e60b4ec40
Notes: sideshowbarker 2024-07-17 18:46:30 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ needs_exe_wrapper = true
[host_machine]
system = 'serenity'
cpu_family = 'x86'
cpu_family = '@SERENITY_ARCH@'
cpu = '@SERENITY_ARCH@'
endian = 'little'

View File

@ -11,6 +11,6 @@ needs_exe_wrapper = true
[host_machine]
system = 'serenity'
cpu_family = 'x86'
cpu_family = '@SERENITY_ARCH@'
cpu = '@SERENITY_ARCH@'
endian = 'little'