-
Notifications
You must be signed in to change notification settings - Fork 0
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
gcc failed to build against libmpc 1.3.0 #3
Comments
Take as reference the GIT_CRUX_HASH chosen for CRUX's core ports we should have libmpc 1.3.0 but this is failing. A piece of gcc's config.log:
cc @pitill0 |
Perfect, I'll give a try on arm64 because last try if I remember right, with version 1.3.1 the problem persisted. So I need to re-check and confirm if we can avoid the ugly stdio.h hack. |
The fact is that for unblocking this I need to bump a new GIT_CRUX_HASH in the Makefile and maybe more ports are included between our current hash and the new one. I need to look for it before. |
During the compilation of gcc in stage1 it fails with the version of libmpc that we have.
The text was updated successfully, but these errors were encountered: