Skip to content

Minor build system improvements #3

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

Merged
merged 5 commits into from
Apr 9, 2012

Conversation

kevin-dot-pyle
Copy link

I have pushed another small round of improvements to my github master branch. The big item is that with the latest Makefile change, it is now possible to use a build gcc other than the one for which the plugin will be loaded. This enables building a plugin that will be used by a cross-compiler. For now, this requires the parent of Make to compute the plugin directory of the target compiler and pass that via GCCPLUGINS_DIR, rather than letting the Makefile compute it. If there is interest, this could be generalized to support running one compiler for computing GCCPLUGINS_DIR and a different compiler for building the native code.

There are also some minor Python3 related changes, which were necessary to get Python3 to parse/optimize all the .py files.

davidmalcolm added a commit that referenced this pull request Apr 9, 2012
Minor build system improvements
@davidmalcolm davidmalcolm merged commit 0623e11 into davidmalcolm:master Apr 9, 2012
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

Successfully merging this pull request may close these issues.

2 participants