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

Request: Add Support for Altering ABI Target When Building for riscv64 Platform #198

Open
CamberLoid opened this issue Oct 10, 2022 · 1 comment

Comments

@CamberLoid
Copy link

In build/ck.build.riscv64:

CFLAGS+=-mabi=lp64

Default profile when building ck on riscv64 platform will set the ABI to lp64. However, the actual ABI for different riscv64 ports of distributions may vary (in my case it is lp64d). This issue may break the building process.

I think it would be better if we can allow altering the ABI target when running configure.

@sbahra
Copy link
Member

sbahra commented Dec 13, 2022

@CamberLoid Would it be possible to get a patch?

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

No branches or pull requests

2 participants