-
Notifications
You must be signed in to change notification settings - Fork 706
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
remove -m64
compiler flag for non-x86-64 CPU architectures in SIONlib 1.7.7 easyconfigs
#21752
remove -m64
compiler flag for non-x86-64 CPU architectures in SIONlib 1.7.7 easyconfigs
#21752
Conversation
@boegelbot please test @ generoso |
Test report by @bedroge |
@bedroge: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2443649889 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ jsc-zen3 |
@bedroge: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2444152558 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
I asked around and got the following answer:
|
All builds in EESSI/software-layer#797 (that were affected by this issue) passed with these changes |
This flag is not supported for (many) other CPU architectures, e.g. on Arm64 it will throw errors like:
It may even be fine to remove it for x86-64 as well, since it only seems to be useful when cross-compiling for a 64-bit machine on a 32-bit machine?