Skip to content

Do not set IS_X86 when target cpu is armv7#7033

Merged
BMagnu merged 1 commit into
scp-fs2open:masterfrom
Shivansps:armv7-fix
Sep 16, 2025
Merged

Do not set IS_X86 when target cpu is armv7#7033
BMagnu merged 1 commit into
scp-fs2open:masterfrom
Shivansps:armv7-fix

Conversation

@Shivansps

Copy link
Copy Markdown
Contributor

I found that when thying to crosscompile for android armeabi-v7a that the armv7 cpus (32 bits) were considered as x86 and triggering a cascade of different errors on diferent places.
Making sure IS_X86 is never set to true on this case avoids all of that and compiles OK.

@Goober5000 Goober5000 added the build An issue related to the build systems label Sep 12, 2025
@BMagnu BMagnu merged commit 8057b52 into scp-fs2open:master Sep 16, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build An issue related to the build systems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants