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: How to pass option to arch-linux-elf-run in dejagnu


> I'm trying to test our Compiler (ported from gcc-3.4.2) using the
> gcc test suite.  According to some reasons, I need to pass some
> options to arch-linux-elf-run in the dejagnu frame work. Is there
> anyone can give me a hint about his?

You need to add this directive to your board file:

  set_board_info sim,options "--option=value"

Ben



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