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: linux cross compiler doesn't work on darwin


On Friday, July 26, 2002, at 05:02 PM, Stan Shebs wrote:

The problem is that config_gtfiles is accumulating files irrespective of
host/target, and darwin.c should only be added if it's a target. So this
patch makes it a target-only thing (no host files with trees to track so
far). If everybody agrees that this is the way to go, I'll put it in.
Ah, yes, that is cleaner and better, as then it is obvious how to add build only or host only gt files. I look forward to seeing your patch in the tree.


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