Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add new configure option --enable-threads=[yes|no] to control using multi thread or not. #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kito-cheng
Copy link
Collaborator

I've add new option to disable all thread related things, especially for TLS, let riscv-tests able to run with a toolchain which configure without TLS support.

The only thing I am not sure is the default value should be on or off? I saw crt.S assume only 1 core.

  # for now, assume only 1 core
  li a1, 1
1:bgeu a0, a1, 1b

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant