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

What is the actual list of cpu attr values for <dllmap cpu=""> config? #16

Open
devizer opened this issue Mar 24, 2022 · 1 comment
Open

Comments

@devizer
Copy link

devizer commented Mar 24, 2022

I've built and tested portable libMono.Unix.so for armel armv5 cpu.

How to specify it in the config?
What is the actual list of cpu attr values for config?

man mono-config says only single arm 32 cpu:
cpu
This is the name of the architecture for which the mapping should be applied. Allowed values are: x86, x86-64, sparc, ppc, s390, s390x, arm, mips, alpha, hppa, ia64.

@devizer
Copy link
Author

devizer commented Mar 24, 2022

Here is the answer: https://github.com/mono/mono/blob/main/mono/metadata/mono-config.c

It seems mono runtime can't distinguish armel v5 and armhf v6|v7

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

1 participant