mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 21:59:21 +00:00
Toolchain: Set cpu_family in meson cross files to SERENITY_ARCH
This commit is contained in:
committed by
Andreas Kling
parent
55fe04a6fa
commit
1e60b4ec40
@@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
|||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'serenity'
|
system = 'serenity'
|
||||||
cpu_family = 'x86'
|
cpu_family = '@SERENITY_ARCH@'
|
||||||
cpu = '@SERENITY_ARCH@'
|
cpu = '@SERENITY_ARCH@'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ needs_exe_wrapper = true
|
|||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'serenity'
|
system = 'serenity'
|
||||||
cpu_family = 'x86'
|
cpu_family = '@SERENITY_ARCH@'
|
||||||
cpu = '@SERENITY_ARCH@'
|
cpu = '@SERENITY_ARCH@'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|||||||
Reference in New Issue
Block a user