[PATCH] Rules.mak: MIPS64: Select correct interpreter

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Jul 10 21:49:41 UTC 2013


On 10 July 2013 23:24, Markos Chandras <markos.chandras at gmail.com> wrote:
> On 10 July 2013 21:43, Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> wrote:
>> On 4 July 2013 11:58, Markos Chandras <markos.chandras at gmail.com> wrote:
>>> On 4 July 2013 10:44, Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> wrote:
>>
>>>> Will that work with make-3.81, which is currently the minimal version
>>>> we require?
>>>> thanks,
>>>
>>> I just tested it on my box with make-3.81 and it builds fine.
>>
>> My bad, minimum required version is (still) 3.80 and there it won't, IIRC.
>> Care to send an updated patch?
>>
>> TIA,
>
> Hi Bernhard,
>
> What is the problem with older make? Is this "else ifeq
> ($(CONFIG_MIPS_N64_ABI),y)" line?

there are no elif/elsif/else if chains in 3.80, you have to nest manually..

> I guess I should just split it in two lines instead.
Depends on your view. You have to nest manually, i.e. close the 2nd if
with a (second) endif.


More information about the uClibc mailing list