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

Resolve Cross Compile Problems #17

Merged
merged 1 commit into from
Mar 28, 2018
Merged

Resolve Cross Compile Problems #17

merged 1 commit into from
Mar 28, 2018

Conversation

p0fi
Copy link
Contributor

@p0fi p0fi commented Mar 28, 2018

If to use pthreads with a cross compiling toolchain the variable THREADS_PTHREAD_ARG has to be set properly. This adds the necessary line to enable cross compiling support with pthreads.

@p0fi p0fi mentioned this pull request Mar 28, 2018
@codecov-io
Copy link

codecov-io commented Mar 28, 2018

Codecov Report

Merging #17 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   87.99%   87.99%           
=======================================
  Files           3        3           
  Lines         408      408           
=======================================
  Hits          359      359           
  Misses         49       49

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b18c857...350bd64. Read the comment docs.

@guangie88
Copy link
Owner

Thank you for the cross-compilation improvement, noted the change. 😃
For reference, the solution seems to be from: http://www.sdowney.org/2016/11/cross-compiling/

@guangie88 guangie88 merged commit f5dafb3 into guangie88:master Mar 28, 2018
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

3 participants