Index: cppdefault.h |
=================================================================== |
--- cppdefault.h (revision 175395) |
+++ cppdefault.h (working copy) |
@@ -63,6 +63,11 @@ extern const char cpp_EXEC_PREFIX[]; |
/* The run-time execution prefix. This is typically the lib/gcc |
subdirectory of the actual installation. */ |
extern const char *gcc_exec_prefix; |
+/* The configure-time target system root (sysroot) directory, or empty |
+ string if none. */ |
+extern const char cpp_TARGET_SYSTEM_ROOT[]; |
+/* The length of the configure-time target system root directory. */ |
+extern const size_t cpp_TARGET_SYSTEM_ROOT_len; |
/* Return true if the toolchain is relocated. */ |
bool cpp_relocated (void); |