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

Reconfig on compiler version change #108

Open
chrispbradley opened this issue Mar 7, 2019 · 0 comments
Open

Reconfig on compiler version change #108

chrispbradley opened this issue Mar 7, 2019 · 0 comments

Comments

@chrispbradley
Copy link
Member

The archpath contains the compiler major and minor version numbers so that changes in object file formats can be kept isolated from older versions etc. The trouble is when the compiler is upgraded. You can go into the build directories and issue make and it has to done a reconfig it will start to use the wrong directory. There should be a check at the start of make that the version number of the compiler is the same as the configured version and issue a warning to reconfigure all if there is a change.

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