[uClibc] Re: frv-uclibc port updates

Rob Landley rob at landley.net
Mon Nov 22 22:02:02 UTC 2004


On Saturday 20 November 2004 06:02 am, Peter S. Mazinger wrote:
> Those "fixes" produced by gcc will cause trouble on any system. It's
> better to remove those fixed headers completely.
> I propose to remove all the headers that have the string
> "It has been auto-edited by fixincludes from"
>
> No distro I know installs these, and will for sure cause problems if you
> update the original package that gcc thought needs to be fixed, because
> gcc will find the fixed header instead of the newly installed one in
> /usr/include/...

Linux From Scratch has a "no_fixincludes" patch it applies to the gcc source 
in order to prevent it from running the script, which just does the 
equivalent of:

grep -v "\./fixinc\.sh" gcc/Makefile.in

Rob



More information about the uClibc mailing list