]> code.ossystems Code Review - openembedded-core.git/commit
distcc: fix makefile parameter order
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 26 Jul 2011 00:26:08 +0000 (08:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2011 14:44:23 +0000 (15:44 +0100)
commit782499eaa817f1beecc0aea5bfa075196f8e2a53
tree5d2ad708a61e366de48aaf26994114dcff250c78
parent3212029f0967dd353fec8cc147d2b95031d1018a
distcc: fix makefile parameter order

When linking with gcc, the parameter is read from left to write, if *.o
calls a function contained in libxxx, the parameter order should be

"gcc ... *.o -lxxx".

This commit fixes the problem in distcc.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-devtools/distcc/distcc_2.18.3.bb
meta/recipes-devtools/distcc/files/makefile-param-order.patch [new file with mode: 0644]