Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(101)

Unified Diff: cppdefault.h

Issue 4641076: [trunk] RFA: translate built-in include paths for sysroot Base URL: svn+ssh://gcc.gnu.org/svn/gcc/trunk/gcc/
Patch Set: Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cppdefault.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | cppdefault.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b