Created
January 25, 2013 19:22
-
-
Save roxlu/4637059 to your computer and use it in GitHub Desktop.
List of compiler targets. Use for example:
./configure --target=x86-darwin11-gcc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
armv5te-android-gcc armv5te-linux-rvct armv5te-linux-gcc | |
armv5te-none-rvct | |
armv6-darwin-gcc armv6-linux-rvct armv6-linux-gcc | |
armv6-none-rvct | |
armv7-android-gcc armv7-darwin-gcc armv7-linux-rvct | |
armv7-linux-gcc armv7-none-rvct | |
mips32-linux-gcc | |
ppc32-darwin8-gcc ppc32-darwin9-gcc ppc32-linux-gcc | |
ppc64-darwin8-gcc ppc64-darwin9-gcc ppc64-linux-gcc | |
sparc-solaris-gcc | |
x86-android-gcc x86-darwin8-gcc x86-darwin8-icc | |
x86-darwin9-gcc x86-darwin9-icc x86-darwin10-gcc | |
x86-darwin11-gcc x86-darwin12-gcc x86-linux-gcc | |
x86-linux-icc x86-os2-gcc x86-solaris-gcc | |
x86-win32-gcc x86-win32-vs7 x86-win32-vs8 | |
x86-win32-vs9 | |
x86_64-darwin9-gcc x86_64-darwin10-gcc x86_64-darwin11-gcc | |
x86_64-darwin12-gcc x86_64-linux-gcc x86_64-linux-icc | |
x86_64-solaris-gcc x86_64-win64-gcc x86_64-win64-vs8 | |
x86_64-win64-vs9 | |
universal-darwin8-gcc universal-darwin9-gcc universal-darwin10-gcc | |
universal-darwin11-gcc universal-darwin12-gcc | |
generic-gnu |
Handy!
Hey, how did you get to generate this list ?
mips64-unknown-linux-gnu
Hey, how did you get to generate this list ?
I'm curious. I couldn't find it on gcc official docs. @esantoro do you have any idea now?
Woah we are resurrecting a thread from four years ago...
Still no idea. At the time I was taking the Operating System class in university and was messing up with cross-compilers because I needed a m68k-on-amd64 cross-compiler... Since I passed that class I made sure to kill the part of my brain who used to hold that information I haven't kept up with this topic. Sorry.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting your i386 host:
./config.guess |sed "s/x86_64/i386/g"