You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
533 B
23 lines
533 B
[binaries] |
|
c = 'clang' |
|
cpp = 'clang' |
|
ar = 'ar' |
|
strip = 'strip' |
|
rust = 'rustc' |
|
exe_wrapper = './scripts/run-in-qemu.sh' |
|
|
|
[properties] |
|
has_function_printf = false |
|
|
|
[built-in options] |
|
c_args = [ '-ffreestanding' ] |
|
cpp_args = [ '-ffreestanding' ] |
|
c_link_args = ['-ffreestanding', '-fno-pic', '-fno-pie', '-nostdlib', '--target=i386-unknown-none' ] |
|
rust_link_args = ['-ffreestanding', '-nostdlib' ] |
|
cpp_link_args = ['-ffreestanding', '-nostdlib' ] |
|
|
|
[host_machine] |
|
system = 'x86os-kernel' |
|
cpu_family = 'x86' |
|
cpu = 'i686' |
|
endian = 'little'
|
|
|