Skip to content

Add 32-bit build support to installation. #350

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

Open
pmienk opened this issue May 30, 2025 · 1 comment
Open

Add 32-bit build support to installation. #350

pmienk opened this issue May 30, 2025 · 1 comment

Comments

@pmienk
Copy link
Member

pmienk commented May 30, 2025

32-bit support can be achieved by utilization of appropriate packages along with the -m32 compiler parameter and appropriate dependency configuration (Boost). Adding support via the installation script is possible and allows for increased test matrix coverage.

@pmienk
Copy link
Member Author

pmienk commented May 30, 2025

Tested manually using

  • additional packages: gcc-multilib, g++-multilib, lib32stdc++-12-dev and libc6-dev-i386
  • compilers: gcc-12/g++-12
  • c/cxxflags: -m32
  • boost: added architecture=x86 and -m32 to c/cxxflags

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

No branches or pull requests

1 participant