mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
17 lines
373 B
Text
17 lines
373 B
Text
|
[binaries]
|
||
|
c = '@SERENITY_ARCH@-pc-serenity-gcc'
|
||
|
cpp = '@SERENITY_ARCH@-pc-serenity-g++'
|
||
|
ar = '@SERENITY_ARCH@-pc-serenity-ar'
|
||
|
ranlib = '@SERENITY_ARCH@-pc-serenity-ranlib'
|
||
|
pkgconfig = 'pkg-config'
|
||
|
|
||
|
[properties]
|
||
|
sys_root = '@SERENITY_BUILD_DIR@/Root'
|
||
|
needs_exe_wrapper = true
|
||
|
|
||
|
[host_machine]
|
||
|
system = 'serenity'
|
||
|
cpu_family = 'x86'
|
||
|
cpu = '@SERENITY_ARCH@'
|
||
|
endian = 'little'
|