Lines Matching full:build
27 configure - The build script for configuring the source tree
32 To build NEWLIB, you must follow the instructions in the section entitled
35 This will configure and build all the libraries and crt0 (if one exists).
81 To compile NEWLIB, you must build it in a directory separate from
90 To build `newlib' in a specific directory, run `configure' with the
97 For example, with version 4.2.0, you can build NEWLIB in a separate
113 When you run `make' to build a program or library, you must run it
120 `--srcdir=PATH/newlib-4.2.0'), you will build all the required libraries.
127 By default, the execution of build rules in `make' is less verbose.
164 The Build, Host and Target Concepts in newlib
167 The build, host and target concepts are defined for gcc as follows:
169 build: the platform on which gcc is built.
174 build, host, and target options given to the top-level configure script must
177 The build system shifts the options according to these correspondences:
179 gcc's build platform has no equivalent in newlib.
180 gcc's host platform is newlib's build platform.
218 this to build (or maintain) several configurations simultaneously,
368 Build many library versions.
507 Now type make check-target-newlib in the top-level build directory to