Re: [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
From: Masahiro Yamada <hidden>
Date: 2019-08-13 14:02:47
Also in:
linux-kbuild, linux-kselftest, lkml
From: Masahiro Yamada <hidden>
Date: 2019-08-13 14:02:47
Also in:
linux-kbuild, linux-kselftest, lkml
On Tue, Aug 13, 2019 at 3:13 PM Knut Omang [off-list ref] wrote:
C++ libraries interfacing to C APIs might sometimes need some glue logic more easily written in C. Allow a C++ library to also contain 0 or more C objects. Also fix rules for both C and C++ shared libraries: - C++ shared libraries depended on .c instead of .cc files - Rules were referenced as -objs instead of the intended -cobjs and -cxxobjs following the pattern from hostprogs*. Signed-off-by: Knut Omang <redacted>
How is this patch related to the rest of this series? This patch breaks GCC-plugins. Did you really compile-test this patch before the submission? -- Best Regards Masahiro Yamada