On 14 September 2014 20:03, Andreas Schwab <[email protected]> wrote: > Frédéric Buclin <[email protected]> writes: > >> Could one of you give me a short and clear description of each of the >> Host, Target and Build fields used in GCC Bugzilla? > > It's the same as what you pass to configure as --build, --host, --target.
i.e. Build is the system that the compiler is built on. Host is the system that the compiler runs on. Target is the system that the compiler generates code for.
