[uClibc] Script embezzlement

Mike Frysinger vapier at gentoo.org
Fri Sep 19 18:30:27 UTC 2003


On Thursday 18 September 2003 09:42, Michael D. Miller wrote:
> It appears there is embezzlement going on in the makefiles.  The problem
> was noticed on version 0.9.21 but probably has been there for some time.
> Specifically libc/sysdeps/linux/common and libc/sysdeps/linux/sh Makefiles
> have a substitution line SAFECFLAGS := $subst -g,,$(SAFECFLAGS)) with a
> comment about the addition of the -g flag killing initfini stuff on the SH4
> processor.  The line seeks to remove any -g option.  Unfortunately it
> steals from other things like include file paths of the type "my-linux-gnu"
> and turns them into "my-linuxnu", which does nothing to help me find
> stddef.h under my headers.  The symptom is a failed build on gmon-start
> with many errors about not knowing the size of many typedefs.  May I
> suggest the two makefiles be changed to something like:
>
>     SAFECFLAGS := $(filter-out -g,$(SAFECFLAGS))

i mentioned this some time ago and had a patch iirc but noone seemed to care/
pick it up :x
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: signature
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20030919/f2f3c986/attachment-0002.pgp 


More information about the uClibc mailing list