Closed GoogleCodeExporter closed 8 years ago
1) link_libraries is deprecated for a good reason and you should never use it
in new code.
2) the problem from your example will never happen with libsupc++ and libstdc++
because they are not regular libraries and g++ processes them specially.
Normally you need not even reference them in command line because compiler
loads them automatically. Thus latest commit completely removes lines you are
trying to patch.
3) the toolchain support is preserved only for compatibility. So if you are
building the whole project with CMake and need not support other build systems
then you are recommended to use the cmake toolchain directly with NDK install.
Original comment by andrey.k...@itseez.com
on 19 Aug 2012 at 5:32
Original issue reported on code.google.com by
roman.do...@itseez.com
on 9 Aug 2012 at 11:18Attachments: