This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] gfortran's coarray (library version): configure/build and the testsuite


On Tue, 5 Apr 2011, Tobias Burnus wrote:

> Thus, one needs some means to add link and compile options - and a means to
> add an (optional) run command. Those one would probably pass via environment
> variables.

In general site.exp is a better way to pass this sort of information to 
the testsuite.  (You might then make the makefile rules for site.exp only 
set the relevant variables there if the appropriate environment variables 
are set, but the testsuites themselves would use the information from 
site.exp.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]