On Mon, Sep 18, 2006 at 07:49:51PM -0400, Jack Howarth wrote: > Is it possible to combine different options together when > running the testsuite? For example I can run... > > make check-objc RUNTESTFLAGS="--target_board=unix/-fgnu-runtime" > > and > > make check-objc RUNTESTFLAGS='--target_board="unix{,-m64}"' > > However I don't see how to combine this so that both > -m32 and -m64 testsuite runs will occur that both also > use -fgnu-runtime. Thanks in advance or any suggestions.
I've used this: RUNTESTFLAGS="--verbose --verbose --target_board=unix'{-m32,-m64}{-DDBG=1}'" Janis