mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
16 lines
320 B
Text
16 lines
320 B
Text
[binaries]
|
|
c = 'i686-pc-serenity-gcc'
|
|
cpp = 'i686-pc-serenity-g++'
|
|
ar = 'i686-pc-serenity-ar'
|
|
ranlib = 'i686-pc-serenity-ranlib'
|
|
pkgconfig = 'pkg-config'
|
|
|
|
[properties]
|
|
sys_root = '../../../../Build/i686/Root'
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'serenity'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
endian = 'little'
|