GCC Middle and Back End API Reference
cppdefault.c File 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 = sizeof GCC_INCLUDE_DIR - 8
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

Function Documentation

bool cpp_relocated ( void  )
   Return true if the toolchain is relocated.  
     A relocated toolchain ignores standard include directories.  
         Check if the toolchain was relocated?  

Variable Documentation

const char cpp_EXEC_PREFIX[] = STANDARD_EXEC_PREFIX
   The configure-time execution prefix.  This is typically the lib/gcc
   subdirectory of cpp_PREFIX.  
const char cpp_GCC_INCLUDE_DIR

Referenced by add_standard_paths().

const size_t cpp_GCC_INCLUDE_DIR_len = sizeof GCC_INCLUDE_DIR - 8
struct default_include cpp_include_defaults[] = INCLUDE_DEFAULTS

Referenced by add_standard_paths().

const char cpp_PREFIX[] = PREFIX
   The configured prefix.  
const size_t cpp_PREFIX_len = sizeof PREFIX - 1
   The length of the configure-time prefix.  
const char* gcc_exec_prefix
   This value is set by cpp_relocated at runtime