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

Enable building 32-bit binaries on 64-bit Linux via toolchain file #176

Closed
wants to merge 2 commits into from

Commits on Apr 29, 2024

  1. Enable building 32-bit binaries on 64-bit Linux via toolchain file

    Use 'linux-32' preset, or specify file explicitly with
    `-D CMAKE_TOOLCHAIN_FILE=path/to/tools/toolchain-32-bit.cmake`
    
    Flags from the toolchain file don't override but extend those passed
    on the command line via `-D CMAKE_..`. The list of flags is from
    https://wiki.debian.org/Multiarch/Compiling
    th1000s committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ef47a21 View commit details
    Browse the repository at this point in the history
  2. CI: add linux-32 build

    Only upload gcc Linux artifacts, use clang for compiler diversity.
    th1000s committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    50707d1 View commit details
    Browse the repository at this point in the history