summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/distcc/files/makefile-param-order.patch
Commit message (Collapse)AuthorAgeFilesLines
* distcc: fix makefile parameter orderDongxiao Xu2011-07-271-0/+20
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. (From OE-Core rev: 782499eaa817f1beecc0aea5bfa075196f8e2a53) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>