Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 452 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 452 Bytes

GCC Cross Compilers for OS X

  1. What is the difference between 'i386-elf-' and 'i686-elf-'?

Please reference to x86 Options of gcc documentation. 'i386' will generate binaries for original Intel i386 CPU, and compatible with all descendants. 'i686' is for 'Pentium Pro' instruction set, which has more performance optimization instructions.