On Thu, May 24, 2012 at 02:03:22PM -0700, Steve Ellcey  wrote:

> I am trying to create a generic baseboard file in dejagnu for use in
> testing GCC with a simulator.  Rather then specify the simulator
> name in the baseboard I want to use the SIM env. variable, but that
> does not seem to be working.  Does any one know why?

It's because SIM is not meant to be an environment variable.  It's a
Tcl global variable that you can set in site.exp or from the command
line, eg:

  $ runtest SIM=foosim ...

Ben

Attachment: signature.asc
Description: Digital signature

_______________________________________________
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu

Reply via email to