Home | History | Annotate | Download | only in info

Lines Matching full:environment

213 "freestanding environment", required of all implementations and which
216 are implementation-defined, and a "hosted environment", which is not
219 An OS kernel would be a freestanding environment; a program using the
229 implementation for a freestanding environment, use the option
239 environment, you will need to find them elsewhere (for example, in the
244 freestanding environment provide `memcpy', `memmove', `memset' and
386 * Environment Variables:: Env vars that affect GCC.
1752 Assert that compilation takes place in a hosted environment. This
1753 implies `-fbuiltin'. A hosted environment is one in which the
1759 Assert that compilation takes place in a freestanding environment.
1760 This implies `-fno-builtin'. A freestanding environment is one
3764 useful as a local coding convention if the programming environment
4613 meaningful as it changes according to the environment and
4615 with a debug environment.
4903 environment variable `GCC_EXEC_PREFIX' to the directory where you
4904 installed them. Don't forget the trailing `/'. *Note Environment
5289 environment variable. See `env MUDFLAP_OPTIONS=-help a.out' for
7595 output file with `-MF', or use an environment variable like
7596 `DEPENDENCIES_OUTPUT' (*note Environment Variables::). Debug
8353 environment variable.
8373 the environment variable `GCC_EXEC_PREFIX'. *Note Environment
8765 The `getenv' spec function takes two arguments: an environment
8766 variable name and a string. If the environment variable is
8768 value is the value of the environment variable concatenated
9498 an environment without virtual memory management. This option
9527 execute in place in an environment without virtual memory
11333 Generate code for a 32-bit or 64-bit environment. The 32-bit
11334 environment sets int, long and pointer to 32 bits and generates
11335 code that runs on any i386 system. The 64-bit environment sets
11484 Generate code for a 32-bit or 64-bit environment. The 32-bit
11485 environment sets int, long and pointer to 32 bits. The 64-bit
11486 environment sets int to 32 bits and long and pointer to 64 bits.
11992 execute in place in an environment without virtual memory
12002 an environment without virtual memory management. This option
12397 `-mllsc' is useful if the runtime environment can emulate the
13205 environment.
13298 targets (including GNU/Linux). The 32-bit environment sets int,
13300 PowerPC variant. The 64-bit environment sets int to 32 bits and
13363 Support "IBM RS/6000 SP" "Parallel Environment" (PE). Link an
13369 Environment does not support threads, so the `-mpe' option and the
13660 `__eabi' is called to from `main' to set up the eabi environment,
13904 useful to be used in an environment with limited stack size e.g.
14400 Generate code for a 32-bit or 64-bit environment. The 32-bit
14401 environment sets int, long and pointer to 32 bits. The 64-bit
14402 environment sets int to 32 bits and long and pointer to 64 bits.
14864 File: gcc.info, Node: Code Gen Options, Next: Environment Variables, Prev: Submodel Options, Up: Invoking GCC
15222 environment with multiple threads, but only rarely need to specify
15223 it in a single-threaded environment since stack overflow is
15379 File: gcc.info, Node: Environment Variables, Next: Precompiled Headers, Prev: Code Gen Options, Up: Invoking GCC
15381 3.19 Environment Variables Affecting GCC
15384 This section describes several environment variables that affect how GCC
15387 specify other aspects of the compilation environment.
15391 over places specified using environment variables, which in turn take
15399 These environment variables control the way that GCC uses
15407 The `LC_CTYPE' environment variable specifies character
15413 The `LC_MESSAGES' environment variable specifies the language to
15416 If the `LC_ALL' environment variable is set, it overrides the value
15418 `LC_MESSAGES' default to the value of the `LANG' environment
15517 on the command line. This environment variable is used regardless
15520 The remaining environment variables apply only when preprocessing
15543 In other words, this environment variable is equivalent to
15554 File: gcc.info, Node: Precompiled Headers, Next: Running Protoize, Prev: Environment Variables, Up: Invoking GCC
15849 environment when compiling for a freestanding environment); refer to
15855 * Environment implementation::
15872 File: gcc.info, Node: Translation implementation, Next: Environment implementation, Up: C Implementation
15891 File: gcc.info, Node: Environment implementation, Next: Identifiers implementation, Prev: Translation implementation, Up: C Implementation
15893 4.2 Environment
15908 File: gcc.info, Node: Identifiers implementation, Next: Characters implementation, Prev: Environment implementation, Up: C Implementation
18747 multithreading environment).
34536 Within either execution environment, a "thread" is a flow of
35009 intelligence from the environment than one usually finds on a UNIX
36533 can relocate the data files based on two environment variables:
36550 environment as `GCOV_PREFIX=/target/run' and `GCOV_PREFIX_STRIP=1'.
36618 environment.
36764 `LANG' environment variable to `C' or `En_US'.
37554 environment that is uniform across machines. These users would be
42803 * C_INCLUDE_PATH: Environment Variables.
42883 * COMPILER_PATH: Environment Variables.
42919 * CPATH: Environment Variables.
42921 * CPLUS_INCLUDE_PATH: Environment Variables.
42964 * dependencies for make as output: Environment Variables.
42968 * DEPENDENCIES_OUTPUT: Environment Variables.
43001 * environment variables: Environment Variables.
43089 * freestanding environment: Standards. (line 13)
43151 * GCC_EXEC_PREFIX: Environment Variables.
43175 * hosted environment <1>: C Dialect Options. (line 204)
43176 * hosted environment: Standards. (line 13)
43298 * LANG: Environment Variables.
43301 * LC_ALL: Environment Variables.
43303 * LC_CTYPE: Environment Variables.
43305 * LC_MESSAGES: Environment Variables.
43318 * LIBRARY_PATH: Environment Variables.
43340 * locale: Environment Variables.
43342 * locale definition: Environment Variables.
43465 * OBJC_INCLUDE_PATH: Environment Variables.
43750 * SUNPRO_DEPENDENCIES: Environment Variables.
43841 * TMPDIR: Environment Variables.
44043 Node: Environment Variables651982
44048 Node: Environment implementation674678