Skip to content

Modified blank Makevars to not use -m64 for aarch64 machines#162

Open
lculibrk wants to merge 1 commit intomskilab-org:masterfrom
lculibrk:aarch64_fix
Open

Modified blank Makevars to not use -m64 for aarch64 machines#162
lculibrk wants to merge 1 commit intomskilab-org:masterfrom
lculibrk:aarch64_fix

Conversation

@lculibrk
Copy link

@lculibrk lculibrk commented Mar 5, 2025

Description:

  • Installing gGnome in a container on an apple silicon machine would throw -m64 errors during compilation
  • Modification to the src.blank Makevars to detect aarch64 arch allows avoiding -m64 for this arch

Changes:

  • Added an ifelse to the Makevars to avoid setting -m64 if uname -m returns aarch64

Impact:

  • -m64 is no longer set for aarch64 machines

Related Issues:

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.

如何在arm64上安装gGnome?

1 participant