diff options
Diffstat (limited to 'gcc/cppdefault.h')
-rw-r--r-- | gcc/cppdefault.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h index a3a2416..2da6d05 100644 --- a/gcc/cppdefault.h +++ b/gcc/cppdefault.h @@ -52,4 +52,11 @@ extern const struct default_include cpp_include_defaults[]; extern const char cpp_GCC_INCLUDE_DIR[]; extern const size_t cpp_GCC_INCLUDE_DIR_len; +extern const char cpp_PREFIX[]; +extern const size_t cpp_PREFIX_len; +extern const char *gcc_exec_prefix; + +/* Return true if the toolchain is relocated. */ +bool cpp_relocated (void); + #endif /* ! GCC_CPPDEFAULT_H */ |