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

RedHat multi-platform build fixes #3169

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Conversation

pepone
Copy link
Member

@pepone pepone commented Nov 20, 2024

Same as #3167 but target main

Fixes #3168

CXXFLAGS := $(filter-out -m32 -m64 -march=%, $(CXXFLAGS))
LDFLAGS := $(filter-out -m32 -m64, $(LDFLAGS))

x64_cppflags := $(call opt-cppflags,x86_64) -m64 -march=x86-64-v2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use x86-64?

@pepone pepone merged commit 42214d4 into zeroc-ice:main Nov 20, 2024
19 checks passed
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Dec 26, 2024
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
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.

Bogus compiler flags set for multi platform linux builds
3 participants