Skip to content

chrihop/homebrew-gcc_cross_compilers

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.0%
  • Shell 1.0%