Lines Matching refs:built
9 Several programs that are part of NetBSD are also built as tools. Such
10 programs are typically built twice: once as a tool and once as part of
14 Tools are built on the host platform, using the host compiler,
16 remainder of NetBSD. They are built near the beginning of a NetBSD
28 Programs that are built as tools need to be more portable than other
73 they are being built as tools.
102 When a tool is being built, the C compiler should automatically be
113 framework, almost every C source file that is built as part of a tool
124 ... code to be used when built as a tool
126 ... code to be used when built as part of a release
133 according to whether or not the program is being built as a tool. Then
138 ... e.g. when being built as part of a release.
141 ... e.g. when being built as a tool.