Commit 91e3536a by Ben Elliston Committed by Ben Elliston

cppdefault.h (cpp_SYSROOT): Remove.

	* cppdefault.h (cpp_SYSROOT): Remove.
	* cppdefault.c (cpp_SYSROOT): Likewise.

From-SVN: r89972
parent 9e660c49
2004-11-02 Ben Elliston <bje@au.ibm.com>
* cppdefault.h (cpp_SYSROOT): Remove.
* cppdefault.c (cpp_SYSROOT): Likewise.
2004-11-01 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/16447
......
......@@ -96,9 +96,3 @@ const size_t cpp_GCC_INCLUDE_DIR_len = sizeof GCC_INCLUDE_DIR - 8;
const char cpp_GCC_INCLUDE_DIR[] = "";
const size_t cpp_GCC_INCLUDE_DIR_len = 0;
#endif
#ifdef TARGET_SYSTEM_ROOT
const char *cpp_SYSROOT = TARGET_SYSTEM_ROOT;
#else
const char *cpp_SYSROOT = "";
#endif
......@@ -49,6 +49,4 @@ 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_SYSROOT;
#endif /* ! GCC_CPPDEFAULT_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment