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

Add support for targetting i686 GNU/Linux binaries #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a1batross
Copy link
Contributor

To match linux64 it's called linux32.

crosstool-ng is set to build gcc targetting -march=i686 (Pentium Pro), as there
is little to no sense to support anything lower than that.
@a1batross
Copy link
Contributor Author

a1batross commented Dec 12, 2024

I can agree there is no sense to support 32-bit x86 systems on Linux, where barely any distributions support it, but I made it for my own game development (and binary compatibility) purposes and hope it might be useful for somebody else too.

@BtbN
Copy link
Owner

BtbN commented Dec 12, 2024

This doesn't appear to work.
It's failing to build openssl for me, and probably a bunch of later scripts will fail too.

@a1batross
Copy link
Contributor Author

Ah, right, I'm building myself a very minimalistic ffmpeg that only do software decoding and don't pull all these dependencies. I will try to look into that later.

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.

2 participants