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