OSDN Git Service

* config/darwin-c.c: Don't search in "/Local/Library/Frameworks"
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 2004 21:26:16 +0000 (21:26 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 2004 21:26:16 +0000 (21:26 +0000)
for frameworks.
* doc/invoke.texi (Darwin Options): Update to reflect above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85507 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/darwin-c.c
gcc/doc/invoke.texi

index 2825c79..16eacaf 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-03  Mike Stump  <mrs@apple.com>
+
+       * config/darwin-c.c: Don't search in "/Local/Library/Frameworks"
+       for frameworks.
+       * doc/invoke.texi (Darwin Options): Update to reflect above.
+
 2004-08-03  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/16790
 2004-08-03  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/16790
index 281d166..f15aafb 100644 (file)
@@ -417,7 +417,6 @@ static const char *framework_defaults [] =
   {
     "/System/Library/Frameworks",
     "/Library/Frameworks",
   {
     "/System/Library/Frameworks",
     "/Library/Frameworks",
-    "/Local/Library/Frameworks",
   };
 
 
   };
 
 
index d620f48..ce26d58 100644 (file)
@@ -6917,8 +6917,8 @@ framework.  A subframework should not have the same name as a
 framework, a warning will be issued if this is violated.  Currently a
 subframework cannot have subframeworks, in the future, the mechanism
 may be extended to support this.  The standard frameworks can be found
 framework, a warning will be issued if this is violated.  Currently a
 subframework cannot have subframeworks, in the future, the mechanism
 may be extended to support this.  The standard frameworks can be found
-in @samp{"/System/Library/Frameworks"}, @samp{"/Library/Frameworks"}
-and @samp{"/Local/Library/Frameworks"}.  An example include looks like
+in @samp{"/System/Library/Frameworks"} and
+@samp{"/Library/Frameworks"}.  An example include looks like
 @code{#include <Framework/header.h>}, where @samp{Framework} denotes
 the name of the framework and header.h is found in the
 @samp{"PrivateHeaders"} or @samp{"Headers"} directory.
 @code{#include <Framework/header.h>}, where @samp{Framework} denotes
 the name of the framework and header.h is found in the
 @samp{"PrivateHeaders"} or @samp{"Headers"} directory.