blob: b5f3bd072f0bf74e9de6e9760a2087910cecb26d (
plain)
1
2
3
4
5
6
7
8
9
|
[binaries]
c = 'i686-elf-gcc'
cpp = 'i686-elf-g++'
ld = 'i686-elf-ld'
ar = 'i686-elf-ar'
strip = 'i686-elf-strip'
[built-in options]
c_args = ['-ffreestanding', '-mgeneral-regs-only']
|