This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Framework support for darwin


On Tuesday, August 5, 2003, at 05:42 PM, Andrew Pinski wrote:
Also this line in the doc is wrong:
+ #end defmac
should be
+ @end defmac

Fixed. I'll be in the next patch I send out.


Also there is no doc right before the functions, add_framework and find_framework on
what they do (I think the first one adds a framework to some thing but what?
the second one finds a framework from what?)

Ok, added docs for those, they'll be in the next patch.


Also What happens if I do -F/System/Library/Frameworks on a darwin box where /System/Library/Frameworks
is already included for a system framework path?

What you expect. Same as -I/usr/include, and I'm certain you know what that does. :-)



Thanks.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]