This is the mail archive of the gcc@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]

Testing a plugin optimization with 'make check' (slashes in options)


I was wondering if someone would tell me how to pass an option that 
contains slashes into 'make check'?

For example if I want to test a compiler using a simulator and the -O3
option I can run:

make check RUNTESTFLAGS="--target_board='mips-sim-mti32/-O3'"

I want to run this:

make check RUNTESTFLAGS="--target_board='mips-sim-mti32/-fplugin=/home/sellcey/plugin/dynopt.so'"

But the slashes in the plugin path are messing things up (I tried putting 1, 2,
or 3 backslashes in front of the forward slashes in the path but that did not
help and I tried putting /home/sellcey/plugin/dynopt.so in single quotes, that
did not help either.

Steve Ellcey
sellcey@imgtec.com


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