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

Fix runtime c api header preprocessor gcc #987

Merged
merged 3 commits into from
Nov 20, 2019

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Nov 20, 2019

ARCH_X86_64 is correctly defined for GCC or clang, but gnuc was
missing. This patch fixes that.

Address wasmerio/wasmer-php#93
Fix #984

`ARCH_X86_64` is correctly defined for GCC or clang, but gnuc was
missing. This patch fixes that.
@Hywan Hywan added bug Something isn't working 📦 lib-c-api About wasmer-c-api labels Nov 20, 2019
@Hywan Hywan requested a review from bjfish as a code owner November 20, 2019 12:31
@Hywan Hywan self-assigned this Nov 20, 2019
@Hywan
Copy link
Contributor Author

Hywan commented Nov 20, 2019

bors try

bors bot added a commit that referenced this pull request Nov 20, 2019
@bors
Copy link
Contributor

bors bot commented Nov 20, 2019

try

Build succeeded

@syrusakbary
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Nov 20, 2019
987: Fix runtime c api header preprocessor gcc r=syrusakbary a=Hywan

`ARCH_X86_64` is correctly defined for GCC or clang, but gnuc was
missing. This patch fixes that.

Address wasmerio/wasmer-php#93
Fix #984

Co-authored-by: Ivan Enderlin <ivan.enderlin@hoa-project.net>
@bors
Copy link
Contributor

bors bot commented Nov 20, 2019

Build succeeded

@bors bors bot merged commit 6ba3d1c into wasmerio:master Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 📦 lib-c-api About wasmer-c-api
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to set proper architecture for C tests
2 participants