Lines Matching full:environment
207 "freestanding environment", required of all implementations and which
210 are implementation-defined, and a "hosted environment", which is not
213 An OS kernel would be a freestanding environment; a program using the
223 implementation for a freestanding environment, use the option
233 environment, you will need to find them elsewhere (for example, in the
238 freestanding environment provide `memcpy', `memmove', `memset' and
345 * Environment Variables:: Env vars that affect GCC.
1474 Assert that compilation takes place in a hosted environment. This
1475 implies `-fbuiltin'. A hosted environment is one in which the
1481 Assert that compilation takes place in a freestanding environment.
1482 This implies `-fno-builtin'. A freestanding environment is one
3304 useful as a local coding convention if the programming environment
4033 meaningful as it changes according to the environment and
4035 with a debug environment.
4325 environment variable `GCC_EXEC_PREFIX' to the directory where you
4326 installed them. Don't forget the trailing `/'. *Note Environment
4694 environment variable. See `env MUDFLAP_OPTIONS=-help a.out' for
6379 output file with `-MF', or use an environment variable like
6380 `DEPENDENCIES_OUTPUT' (*note Environment Variables::). Debug
7097 environment variable.
7117 the environment variable `GCC_EXEC_PREFIX'. *Note Environment
8125 an environment without virtual memory management. This option
9721 Generate code for a 32-bit or 64-bit environment. The 32-bit
9722 environment sets int, long and pointer to 32 bits and generates
9723 code that runs on any i386 system. The 64-bit environment sets
9873 Generate code for a 32-bit or 64-bit environment. The 32-bit
9874 environment sets int, long and pointer to 32 bits. The 64-bit
9875 environment sets int to 32 bits and long and pointer to 64 bits.
10250 execute in place in an environment without virtual memory
10260 an environment without virtual memory management. This option
11137 environment.
11219 targets (including GNU/Linux). The 32-bit environment sets int,
11221 PowerPC variant. The 64-bit environment sets int to 32 bits and
11284 Support "IBM RS/6000 SP" "Parallel Environment" (PE). Link an
11290 Environment does not support threads, so the `-mpe' option and the
11543 environment.
11555 `__eabi' is called to from `main' to set up the eabi environment,
11790 useful to be used in an environment with limited stack size e.g.
12261 Generate code for a 32-bit or 64-bit environment. The 32-bit
12262 environment sets int, long and pointer to 32 bits. The 64-bit
12263 environment sets int to 32 bits and long and pointer to 64 bits.
12678 File: gcc.info, Node: Code Gen Options, Next: Environment Variables, Prev: Submodel Options, Up: Invoking GCC
13011 environment with multiple threads, but only rarely need to specify
13012 it in a single-threaded environment since stack overflow is
13144 File: gcc.info, Node: Environment Variables, Next: Precompiled Headers, Prev: Code Gen Options, Up: Invoking GCC
13146 3.19 Environment Variables Affecting GCC
13149 This section describes several environment variables that affect how GCC
13152 specify other aspects of the compilation environment.
13156 over places specified using environment variables, which in turn take
13164 These environment variables control the way that GCC uses
13172 The `LC_CTYPE' environment variable specifies character
13178 The `LC_MESSAGES' environment variable specifies the language to
13181 If the `LC_ALL' environment variable is set, it overrides the value
13183 `LC_MESSAGES' default to the value of the `LANG' environment
13279 on the command line. This environment variable is used regardless
13282 The remaining environment variables apply only when preprocessing
13305 In other words, this environment variable is equivalent to
13316 File: gcc.info, Node: Precompiled Headers, Next: Running Protoize, Prev: Environment Variables, Up: Invoking GCC
13611 environment when compiling for a freestanding environment); refer to
13617 * Environment implementation::
13634 File: gcc.info, Node: Translation implementation, Next: Environment implementation, Up: C Implementation
13653 File: gcc.info, Node: Environment implementation, Next: Identifiers implementation, Prev: Translation implementation, Up: C Implementation
13655 4.2 Environment
13670 File: gcc.info, Node: Identifiers implementation, Next: Characters implementation, Prev: Environment implementation, Up: C Implementation
16099 multithreading environment).
24610 Within either execution environment, a "thread" is a flow of
25060 intelligence from the environment than one usually finds on a UNIX
26460 can relocate the data files based on two environment variables:
26477 environment as `GCOV_PREFIX=/target/run' and `GCOV_PREFIX_STRIP=1'.
26545 environment.
26691 `LANG' environment variable to `C' or `En_US'.
27490 environment that is uniform across machines. These users would be
32014 * C_INCLUDE_PATH: Environment Variables.
32092 * COMPILER_PATH: Environment Variables.
32128 * CPATH: Environment Variables.
32130 * CPLUS_INCLUDE_PATH: Environment Variables.
32173 * dependencies for make as output: Environment Variables.
32177 * DEPENDENCIES_OUTPUT: Environment Variables.
32210 * environment variables: Environment Variables.
32294 * freestanding environment: Standards. (line 6)
32349 * GCC_EXEC_PREFIX: Environment Variables.
32372 * hosted environment <1>: C Dialect Options. (line 183)
32373 * hosted environment: Standards. (line 6)
32475 * LANG: Environment Variables.
32478 * LC_ALL: Environment Variables.
32480 * LC_CTYPE: Environment Variables.
32482 * LC_MESSAGES: Environment Variables.
32492 * LIBRARY_PATH: Environment Variables.
32507 * locale: Environment Variables.
32509 * locale definition: Environment Variables.
32624 * OBJC_INCLUDE_PATH: Environment Variables.
32880 * SUNPRO_DEPENDENCIES: Environment Variables.
32913 * TMPDIR: Environment Variables.
33094 Node: Environment Variables552430
33099 Node: Environment implementation574913