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

Support CXXFLAGS, LDFLAGS environment variables #244

Open
ucbjrl opened this issue May 3, 2019 · 0 comments
Open

Support CXXFLAGS, LDFLAGS environment variables #244

ucbjrl opened this issue May 3, 2019 · 0 comments

Comments

@ucbjrl
Copy link
Contributor

ucbjrl commented May 3, 2019

In order to run Synopsis vcs with newer versions of gcc, we need to be able to add some flags to the command line. Since this is dependent on the version of gcc installed in the test environment, the easiest way to do this is to inherit build flags (CC, CXX, CCFLAGS, CXXFLAGS, CPPFLAGS, LDFLAGS) from the environment.
We had support for this in Chisel2. Should we provide support in chisel3?

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