We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we use setjmp/longjmp in glibc, we still compile the md.S, which fail in some OS.
We support a macro to disable the md.S MD_ST_NO_ASM, you can enable it to avoid building md.S:
MD_ST_NO_ASM
make EXTRA_CFLAGS=-DMD_ST_NO_ASM
./configure --extra-flags='-DMD_ST_NO_ASM' && make
The text was updated successfully, but these errors were encountered:
Fix #8, support disable ASM to avoid building bug.
cd68bfa
No branches or pull requests
When we use setjmp/longjmp in glibc, we still compile the md.S, which fail in some OS.
We support a macro to disable the md.S
MD_ST_NO_ASM
, you can enable it to avoid building md.S:make EXTRA_CFLAGS=-DMD_ST_NO_ASM
./configure --extra-flags='-DMD_ST_NO_ASM' && make
The text was updated successfully, but these errors were encountered: