What's the difference between --host and --target in gcc?

前端 未结 2 1775
没有蜡笔的小新
没有蜡笔的小新 2020-12-18 00:21

There are three system names that the build knows about: the machine you are building on (build), the machine that you are building for (host),

2条回答
  •  無奈伤痛
    2020-12-18 00:52

    As per "Configure Terms" the different between "host" and "target" only applies to building a GCC cross compiler for a different machine.

    http://gcc.gnu.org/onlinedocs/gccint/Configure-Terms.html

提交回复
热议问题