cppdefault.h (cpp_SYSROOT): Remove.
authorBen Elliston <bje@au.ibm.com>
Tue, 2 Nov 2004 00:31:44 +0000 (00:31 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 2 Nov 2004 00:31:44 +0000 (11:31 +1100)
* cppdefault.h (cpp_SYSROOT): Remove.
* cppdefault.c (cpp_SYSROOT): Likewise.

From-SVN: r89972

gcc/ChangeLog
gcc/cppdefault.c
gcc/cppdefault.h

index 2610259..a8ae83b 100644 (file)
@@ -1,3 +1,8 @@
+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
index cc96da7..1767bbf 100644 (file)
@@ -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
index 368e082..140f50b 100644 (file)
@@ -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 */