Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Add option to provide Bionic Libc (Android) support #17

Merged
merged 2 commits into from
Sep 13, 2016

Conversation

gonzalolarralde
Copy link
Contributor

This changeset adds an option to configure.ac named --enable-bionic-libc to provide compatibility with Bionic Libc, mainly used in Android.

Bionic embeds libpthread and librt, so there's nothing extra to link, causing this to fail due to file inexistence: -lpthread -lrt.

This change will allow apple/swift-corelibs-libdispatch to be compiled with Android support along with the changes in apple/swift-corelibs-libdispatch#162.

Let me know if you prefer to solve this in some other way, or if there's any change that needs to be applied.

@mheily mheily merged commit ea5611d into mheily:master Sep 13, 2016
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.

2 participants