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]

RE: Make madness on irix6.5


>>>>> "Billinghurst," == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:

    Billinghurst,> Doesn't seem to work. No time to follow up further
    Billinghurst,> this afternoon.

I'm working on a patch, but it might be better just to revert
Alexandre's patch, in the short term.

The problem is that we do `make T=mabi=64/ mabi=64/crtend.o' and make
takes that second thing as a variable, not a target.

All this stuff is knowable at configure-time; the right thing is to
just generate the right Makefile bits then.  That's what I'm trying --
but it's tricky.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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