Files
poky/meta/recipes-devtools
Hongxu Jia 2ca9406701 gcc-4.9.inc: fix parallel building failure
The gcc-ar.o, gcc-nm.o, gcc-ranlib.o and errors.o included
config.h which was a generated file. But no explicity rule
to clarify the dependency. There was potential building
failure while parallel make.

For gcc-ar.o, gcc-nm.o and gcc-ranlib.o, they were compiled from one C
source file gcc-ar.c, we add them to ALL_HOST_BACKEND_OBJS, so the
'$(ALL_HOST_OBJS) : | $(generated_files)' rule could work for these
objects.

For errors.o, it is part of gengtype, and the gengtype generator program
is special: Two versions are built. One is for the build machine, and one
is for the host. We refered what gengtype-parse.o did (which also is part
of gengtype).

[YOCTO #6568]

(From OE-Core rev: aea4b2d58856226c471922dfa40650cba2f5a36a)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-02 09:26:13 +01:00
..
2014-03-02 17:25:28 +00:00
2014-07-19 00:09:01 +01:00
2014-07-16 10:20:50 +01:00
2014-05-21 19:50:21 +01:00
2014-07-17 12:28:49 +01:00
2014-07-16 10:20:50 +01:00
2014-01-02 12:50:24 +00:00
2014-04-24 17:55:14 +01:00
2014-02-21 16:09:08 +00:00
2014-07-17 12:28:50 +01:00
2014-04-25 17:19:19 +01:00
2014-06-01 14:29:30 +01:00
2014-05-13 19:32:06 +01:00
2014-07-19 00:18:21 +01:00
2014-05-21 09:09:01 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2014-07-16 10:20:50 +01:00
2013-08-13 23:05:58 +01:00