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

Set -march flag for atomic operations builtins even when not compiling with clang #8

Merged
merged 9 commits into from Oct 12, 2015

Conversation

ngrewe
Copy link
Member

@ngrewe ngrewe commented Oct 12, 2015

The compiler flag to have x86-32 code use builtins for atomic operations was only applied when compiling with clang. The attached PR sets it for all compilers.

Cheers,

Niels

btw: I have a .travis.yml for libobjc2, if you're interested in having travis jobs for each commit/PR.

davidchisnall added a commit that referenced this pull request Oct 12, 2015
Set -march flag for atomic operations builtins even when not compiling with clang
@davidchisnall davidchisnall merged commit d3bcc30 into gnustep:master Oct 12, 2015
@ngrewe ngrewe deleted the gcc_atomics branch November 8, 2016 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants