blob: 505e9abf7759841a79c49b77b0537f6fa8215778 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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'
|