From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Sherrill To: law@cygnus.com Cc: Joe Buck , egcs team Subject: Re: testing consistency Date: Fri, 05 Sep 1997 16:40:00 -0000 Message-id: References: <4944.873488665@hurl.cygnus.com> X-SW-Source: 1997-09/msg00223.html On Fri, 5 Sep 1997, Jeffrey A Law wrote: > > This would also need to include a "compile but don't execute and report" > > for cross environments. It would certainly save me a lot of setup effort. :) > This should work if you've got an assembler, linker and libraries available. This will always be the case for rtems configurations since I use binutils and do a one-tree build every time. > The testsuite will build the executable, then fail trying to run it. I guess that is OK as long as it is clear which are compile time failures and which are blowing up on running it. --joel