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: [PATCH fix PR71767 2/4 : Darwin configury] Arrange for ld64 to be detected as Darwin's linker


On Nov 6, 2016, at 11:39 AM, Iain Sandoe <Iain_Sandoe@mentor.com> wrote:
> This is an initial patch in a series that converts Darwin's configury to detect ld64 features, rather than the current process of hard-coding them on target system version.

So, I really do hate to ask, but does this have to be a config option?  Normally, we'd just have configure examine things by itself.  For canadian crosses, there should be enough state present to key off of directly, specially if they are wired up to work.

I've rather have the thing that doesn't just work without that config flag, just work.  I'd like to think I can figure how how to make it just work, if given an idea of what doesn't actually work.

Essentially, you do the operation that doesn't work, detect it failed to work, then the you know it didn't work.


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