You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
In order to run Synopsis
vcs
with newer versions ofgcc
, we need to be able to add some flags to the command line. Since this is dependent on the version ofgcc
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?
The text was updated successfully, but these errors were encountered: