diff options
Diffstat (limited to 'i686/toolchain.ini')
-rw-r--r-- | i686/toolchain.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/i686/toolchain.ini b/i686/toolchain.ini new file mode 100644 index 0000000..5114cfe --- /dev/null +++ b/i686/toolchain.ini @@ -0,0 +1,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'] + |