[Bug target/82408] cross-compiling for arm64 problems

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 2 17:21:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82408

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Gcc has three different triplets.
Host
Build
Target

Host is where the newly compiled compiler will run on.
Build is where you are building
Target is what processor the compiler is targeting.


More information about the Gcc-bugs mailing list