-
Notifications
You must be signed in to change notification settings - Fork 14
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 8 and 9 values linking may not be right #32
Comments
For example look at https://gist.github.com/citrus-it/96d579c065c9497f1f4c8ca0cb342904 STARTFILE_ARCH_SPEC change. This is from illumos/gcc 8.x branch to OmniOS's version. We need at least this change. |
gcc 4 / stock gcc 7
illumos gcc7
stock/illumos gcc8
|
I suspect we should probably use something like:
(assuming that syntax works) |
I did a comparison of the values files between gcc 7, 8 and 9 on OpenIndiana. The results are summarised below:
|
Having applied the patch in #33 to gcc8, the results are:
|
During some investigation, we noticed that the illumos gcc 8 and 9 may not be
choosing to link values-xpg[46].c in the same way as our earlier versions.
We should investigate this and fix the specs files as needed. We definitely do not want to be accidentally including xpg4 everywhere.
The text was updated successfully, but these errors were encountered: