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

Plumbing to allow crosscompiles of Ubuntu to ARM variants #534

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

Commits on Apr 5, 2020

  1. Fix size_t casting

    Using %zu allows to cast size_t on 32bit and 64bit machine types.
    
    This prepares for cross-compiled builds in and was found in:
    cesanta#533
    pimvanpelt committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    14dc70e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5fd87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b2403 View commit details
    Browse the repository at this point in the history
  4. Cast size_t to %zu

    pimvanpelt committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    f8bb88b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06534b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12cc868 View commit details
    Browse the repository at this point in the history