GCC Middle and Back End API Reference
|
Functions | |
bool | cpp_relocated () |
Variables | |
struct default_include | cpp_include_defaults [] = INCLUDE_DEFAULTS |
const char | cpp_GCC_INCLUDE_DIR [] = "" |
const size_t | cpp_GCC_INCLUDE_DIR_len = 0 |
const char | cpp_PREFIX [] = PREFIX |
const size_t | cpp_PREFIX_len = sizeof PREFIX - 1 |
const char | cpp_EXEC_PREFIX [] = STANDARD_EXEC_PREFIX |
const char * | gcc_exec_prefix |
bool cpp_relocated | ( | void | ) |
Return true if the toolchain is relocated.
References gcc_exec_prefix, and getenv().
Referenced by add_standard_paths().
const char cpp_EXEC_PREFIX[] = STANDARD_EXEC_PREFIX |
The configure-time execution prefix. This is typically the lib/gcc subdirectory of cpp_PREFIX.
Referenced by add_standard_paths().
const char cpp_GCC_INCLUDE_DIR[] = "" |
Referenced by add_standard_paths().
const size_t cpp_GCC_INCLUDE_DIR_len = 0 |
Referenced by add_standard_paths().
struct default_include cpp_include_defaults[] = INCLUDE_DEFAULTS |
Referenced by add_standard_paths().
const char cpp_PREFIX[] = PREFIX |
The configured prefix.
Referenced by add_standard_paths().
const size_t cpp_PREFIX_len = sizeof PREFIX - 1 |
The length of the configure-time prefix.
Referenced by add_standard_paths().
const char* gcc_exec_prefix |
This value is set by cpp_relocated at runtime
Referenced by add_standard_paths(), cpp_relocated(), do_spec_1(), main(), and process_command().