Commit 3e558e80 by Mike Stump Committed by Mike Stump

darwin-c.c: Don't search in "/Local/Library/Frameworks" for frameworks.

	* config/darwin-c.c: Don't search in "/Local/Library/Frameworks"
	for frameworks.
	* doc/invoke.texi (Darwin Options): Update to reflect above.

From-SVN: r85507
parent a0fac73d
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> 2004-08-03 Roger Sayle <roger@eyesopen.com>
PR middle-end/16790 PR middle-end/16790
......
...@@ -417,7 +417,6 @@ static const char *framework_defaults [] = ...@@ -417,7 +417,6 @@ static const char *framework_defaults [] =
{ {
"/System/Library/Frameworks", "/System/Library/Frameworks",
"/Library/Frameworks", "/Library/Frameworks",
"/Local/Library/Frameworks",
}; };
......
...@@ -6917,8 +6917,8 @@ framework. A subframework should not have the same name as a ...@@ -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 framework, a warning will be issued if this is violated. Currently a
subframework cannot have subframeworks, in the future, the mechanism subframework cannot have subframeworks, in the future, the mechanism
may be extended to support this. The standard frameworks can be found may be extended to support this. The standard frameworks can be found
in @samp{"/System/Library/Frameworks"}, @samp{"/Library/Frameworks"} in @samp{"/System/Library/Frameworks"} and
and @samp{"/Local/Library/Frameworks"}. An example include looks like @samp{"/Library/Frameworks"}. An example include looks like
@code{#include <Framework/header.h>}, where @samp{Framework} denotes @code{#include <Framework/header.h>}, where @samp{Framework} denotes
the name of the framework and header.h is found in the the name of the framework and header.h is found in the
@samp{"PrivateHeaders"} or @samp{"Headers"} directory. @samp{"PrivateHeaders"} or @samp{"Headers"} directory.
......
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