Lines Matching refs:you
16 There are three system names that the build knows about: the machine you
17 are building on (@dfn{build}), the machine that you are building for
19 (@dfn{target}). When you configure GCC, you specify these with
23 @command{configure} may (and once did) assume that the host you specify
32 is different, you are using a cross-compiler to build a native for a
35 are the same, but host is different, you are using a cross compiler to
36 build a cross compiler that produces code for the machine you're
40 If build and host are the same, the GCC you are building will also be
42 are different, you must have already built and installed a cross
43 compiler that will be used to build the target libraries (if you
47 In the case of target libraries, the machine you're building for is the
48 machine you specified with @option{--target}. So, build is the machine
49 you're building on (no change there), host is the machine you're
51 the target you specified), and target doesn't apply (because you're not
52 building a compiler, you're building libraries). The configure/make
54 @code{$with_cross_host} to the original @option{--host} value in case you