https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61899

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toolchain at gentoo dot org

--- Comment #3 from Mike Frysinger <vapier at gentoo dot org> ---
(In reply to hongxu jia from comment #2)

this patch looks good to me -- namely, adding gcc-ar.o/etc... to ALL_HOST_OBJS
in some form so that the generated_files rule kicks in.  did you send it to the
gcc-patches@ mailing list ?  patches should be submitted there ... no one
watches bugzilla for patch submission.

you'll need to include proper ChangeLog entries too.

you'd normally expect the dependency logic to save things (the .deps/ files). 
the problem with those is that they end up locating a config.h from a random
library dir:
.deps/gcc-ar.TPo:gcc-ar.o: ../../gcc/gcc-ar.c ../libdecnumber/config.h
../../gcc/system.h \
.deps/gcc-ar.TPo:../libdecnumber/config.h:

Reply via email to