Hello Marc,

>> + $(PROGS): $(OBJS)
>> +-    $(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@
>> ++    $(CC) $(LDFLAGS) $(EXTRA_CFLAGS) $^ $(LDLIBS) -o $@
>
> sorry, but this is the linking stage, it's too late for any CFLAGS here.

In that case the naming is slightly wrong, It is about TARGET_CFLAGS,
and those can contain flags like '-march=armv4t', which is required
during the linking phase while using a Codesourcery compiler. (to get
it linked to the proper libraries)

> I've cleaned up this fixes and made a new utelnetd-0.1.10, check if it
> still works for you. (everything is in ptxdist, just do svn up)

Thanks, I have to verify that next week.


Kind Regards,

Remy

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to