On Wed, 2013-05-01 at 13:53 -0700, Matthew Fortune wrote: > > Using a brace expansion may help here though I haven't checked. Forward > slashes are for the first > set of run variants and braces are for the second set. Given the separator > for brace expansion is , > then the forwards slashes would hopefully not matter. It's a bit of a guess > though: > > make check > RUNTESTFLAGS="--target_board='mips-sim-mti32\{-fplugin=/home/sellcey/plugin/dynopt.so\}'" > > Matthew
I hadn't tried that, but unfortunately it doesn't seem to help. Running target mips-sim-mti32/-fplugin=/home/sellcey/plugin/dynopt.so Using /usr/share/dejagnu/baseboards/mips-sim-mti32.exp as board description file for target. Using /usr/share/dejagnu/config/sim.exp as generic interface file for target. Using /usr/share/dejagnu/baseboards/basic-sim.exp as board description file for target. ERROR: tcl error sourcing board description file for target /usr/share/dejagnu/baseboards/mips-sim-mti32.exp. . xgcc: error: missing argument to '-fplugin=' xgcc: error: unrecognized command line option '-mhome' xgcc: error: unrecognized command line option '-msellcey' xgcc: error: unrecognized command line option '-mplugin' xgcc: error: unrecognized command line option '-mdynopt.so' Steve Ellcey sell...@imgtec.com