This is the mail archive of the gcc-patches@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: [patch, doc] Fix example of multiple baseboards, PR 54711


On Sep 26, 2012, at 1:28 PM, Steve Ellcey <sellcey@mips.com> wrote:
> While doing some testing and trying to run multiple versions of the GCC
> testsuite (big-endian, little-endian, etc) I looked at the example at
> http://gcc.gnu.org/install/test.html and thought I could run multiple
> versions by using multiple --target_board flags in RUNTESTFLAGS.  It turns
> out this does not work and what you want to do is use one target_board
> flag with a space seperated list of boardnames/options.
> 
> This patch changes the example to make that more clear.
> 
> OK to checkin?

Ok.  This sort of patch makes be nervous, I wonder if someone broke a feature along the way…

Make sure you review in a web browser to ensure it looks the way you want.


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