Re: How to pass a pathlist in RUNTESTFLAGS?

2010-07-13 Thread IainS
On 9 Jul 2010, at 17:28, Manuel López-Ibáñez wrote: RUNTESTFLAGS=CFLAGS_FOR_TARGET=--sysroot=/path/to/somewhere --target_board=unix/-foo/-bar Please, once you find out, add this info to http://gcc.gnu.org/wiki/Testing_GCC done (and amended the sim. section to refer to the second simulator

Re: How to pass a pathlist in RUNTESTFLAGS?

2010-07-13 Thread Manuel López-Ibáñez
On 13 July 2010 14:47, IainS develo...@sandoe-acoustics.co.uk wrote: On 9 Jul 2010, at 17:28, Manuel López-Ibáñez wrote: RUNTESTFLAGS=CFLAGS_FOR_TARGET=--sysroot=/path/to/somewhere --target_board=unix/-foo/-bar Please, once you find out, add this info to

How to pass a pathlist in RUNTESTFLAGS?

2010-07-09 Thread IainS
Hi, I want to do this: RUNTESTFLAGS=--target_board=unix/-foo/-bar/--sysroot=/path/to/ somewhere I've tried escaping the path with \ ' inverting the and ' .. all to no avail .. what gets passed is -foo -bar --sysroot= -mpath -mto -msomewhere .. google hasn't helped.. anyone know

Re: How to pass a pathlist in RUNTESTFLAGS?

2010-07-09 Thread Doug Semler
On Fri, Jul 9, 2010 at 9:12 AM, IainS develo...@sandoe-acoustics.co.uk wrote: Hi, I want to do this:  RUNTESTFLAGS=--target_board=unix/-foo/-bar/--sysroot=/path/to/somewhere I've tried escaping the path with \ ' inverting the and ' ..  all to no avail ..  what gets passed is -foo -bar

Re: How to pass a pathlist in RUNTESTFLAGS?

2010-07-09 Thread Manuel López-Ibáñez
On 9 July 2010 16:55, Doug Semler dougsem...@gmail.com wrote: On Fri, Jul 9, 2010 at 9:12 AM, IainS develo...@sandoe-acoustics.co.uk wrote: Hi, I want to do this:  RUNTESTFLAGS=--target_board=unix/-foo/-bar/--sysroot=/path/to/somewhere I've tried escaping the path with \ ' inverting the

Re: How to pass a pathlist in RUNTESTFLAGS?

2010-07-09 Thread IainS
On 9 Jul 2010, at 17:28, Manuel López-Ibáñez wrote: On 9 July 2010 16:55, Doug Semler dougsem...@gmail.com wrote: On Fri, Jul 9, 2010 at 9:12 AM, IainS develo...@sandoe-acoustics.co.uk wrote: Hi, I want to do this: RUNTESTFLAGS=--target_board=unix/-foo/-bar/--sysroot=/path/to/ somewhere