aboutsummaryrefslogtreecommitdiff
path: root/i686/toolchain.ini
blob: 5114cfeefcca74fd436cd5a332aa442f3c5dabc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[constants]
arch = 'i686'

[host_machine]
system = 'none'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'

[binaries]
c = 'i686-elf-gcc'
ar = 'i686-elf-ar'
strip = 'i686-elf-strip'

[built-in options]
c_args = ['-ffreestanding']
c_link_args = ['-nostdlib']