On Tue, Feb 20, 2007 at 07:06:40PM +0000, Thorsten Glaser wrote:
> [EMAIL PROTECTED] dixit:
>
> >The asterisk binary is being stripped internally to
> >remove non-API global symbols. As this is a good
> >idea in general, let it use the right strip binary
> >(it's already referenced via ${STRIP}). Maybe make
> >this a global make-env?
>
> >+                    STRIP="${TARGET_CROSS}strip" \
>
> I strongly disagree about making this global. How
> about STRIP=true ? If we're ever going to add support
> for debugging symbols, we must enforce that only rstrip
> is stripping them off.

Yes, I sent a patch for ADK introducing a new config symbol for toggling
debugging globally. I think of having it toggle stripping and certain
CFLAGS (like -Os), after his ok to it I will conditionally pass
'STRIP="echo"' or something like that so debugging is still possible.

Greetings, Phil

_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to