Lines Matching full:configure

23 COPYING          config/          install-sh*      mpw-configure
27 ChangeLog configure* mpw-README texinfo/
28 Makefile.in configure.in mpw-build.in
34 This will configure and build all the libraries and crt0 (if one exists).
35 If `configure' can't determine your host system type, specify one as its
84 of host and target. `configure' is designed to make this easy by allowing
90 To build `newlib' in a specific directory, run `configure' with the
92 to specify a path to find `configure' itself from your working
93 directory. If the path to `configure' would be the same as the
103 ../newlib-2.0.0/configure --host=sun4 --target=m68k-aout
106 When `configure' builds a configuration using a remote source
115 called `configure' (or one of its subdirectories).
117 The `Makefile' that `configure' generates in each source directory
131 The specifications used for hosts and targets in the `configure'
142 The `configure' script accompanying NEWLIB does not provide any query
144 `configure' calls the Bourne shell script `config.sub' to map
171 build, host, and target options given to the top-level configure script must
181 `configure' options
184 Here is a summary of the `configure' options and arguments that are
185 most often useful for building NEWLIB. `configure' also has several other
188 configure [--help]
197 Display a quick summary of how to invoke `configure'.
200 Configure the source to install programs and files in directory
204 Configure the source to install host-dependent files in directory
213 in separate directories. `configure' writes configuration
215 use the source in the directory PATH. `configure' will create
220 Configure only the directory level where `configure' is executed;
224 Configure NEWLIB for running on the specified TARGET.
230 Configure NEWLIB to be built using a cross compiler running on
246 Disabled by default, but some hosts enable it in configure.host.
250 Disabled by default, but some hosts enable it in configure.host.
258 Disabled by default, but many hosts enable it in configure.host.
262 Disabled by default, but some hosts enable it in configure.host.
289 Most hosts and targets have it enabled in configure.host.
414 To configure newlib, do the following from your build directory:
416 $(source_dir)/src/configure --with-newlib --prefix=$(install_dir)
418 configure will recognize that host == target ==
439 $(source_dir)/src/configure --with-newlib --prefix=$(install_dir) --disable-shared
444 At times you will need to make changes to configure.in and Makefile.am files.
445 This will mean that configure and Makefile.in files will need to be
449 the definition of the NEWLIB_CONFIGURE macro which is used by all configure.in
451 a configure.in file also contains an aclocal.m4 file. This file is
465 if a configure.in file is modified, the corresponding configure file in the
473 If you have regenerated a configure file or if you have modified a Makefile.am
480 which contains a configure.in file. In most cases, this is the same
481 directory containing configure.in, but there are exceptions.
483 subdirectories that do not contain their own configure.in files (e.g. stdio).
485 which is the nearest parent directory that contains a configure.in.
493 because both of these subdirectories contain their own configure.in files.
499 After creating a new configure.in and Makefile.am file, you would issue: