Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clang build fixes #5

Merged
merged 2 commits into from
Sep 26, 2019
Merged

Clang build fixes #5

merged 2 commits into from
Sep 26, 2019

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Sep 26, 2019

No description provided.

hardcoding them means we may not be able to cross compile the package
reliably as build host may or may not have gcc-ar and gcc-ranlib
installed, using the cross tools is the correct thing to do here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fixes
rwmem/rwmem.cpp:522:6: error: use of undeclared identifier 'errno'

this is found with libc++

Signed-off-by: Khem Raj <raj.khem@gmail.com>
@tomba tomba merged commit cc296c5 into tomba:master Sep 26, 2019
@tomba
Copy link
Owner

tomba commented Sep 26, 2019

Thanks! Btw, would be great to have at travis build for libc++ ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants