Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Merge 'mbp' branch and my own changes to fix CMake 3.6 #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

rcdailey
Copy link

No description provided.

Jeff Rogers and others added 14 commits March 14, 2016 20:42
(Modified by Andrew Gunnerson)
CMake 3.6 has issues with these operations
libc++.{a,so} are not really libraries in r12. They are scripts that
pull in other libraries, such as libunwind, libatomic, and
libandroid_support. The toolchain file was trying to link directly to
c++_{static.a,shared.so}, which no longer works due to symbols having
moved to other libraries (eg. libandroid_support).

This commit fixes the path to the library on r12 and adds the library
path to the list of link paths.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants