Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Test against x32 ABI on Travis #286

Closed
omasanori opened this issue Jul 1, 2015 · 2 comments
Closed

Test against x32 ABI on Travis #286

omasanori opened this issue Jul 1, 2015 · 2 comments

Comments

@omasanori
Copy link
Contributor

After travis-ci/travis-ci#2046 is fixed, we will gain newer compilers, libraries and kernel on Travis, which means that we can test picrin against x32 ABI, a ILP32 processor-specific ABI for x86_64. We will get more chances to catch portability issues with it.

@nyuichi
Copy link
Member

nyuichi commented Jul 1, 2015

@omasanori

Beautiful. How can we add such architectures to the testing list? .travis.yml?

@omasanori
Copy link
Contributor Author

Yes, just adding - CFLAGS="-mx32" to env in .travis.yml.

gcc-multilib has dependencies on libgcc and libc for x32 if supported, so no other changes will be required.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants