On Thu, Aug 24, 2006 at 12:02:25PM -0400, Jack Howarth wrote: > Mike, > I just created PR28837 with the patch to prune.exp that > prunes the ld64 warnings. I have only tested this with the > core gcc at the moment because I can't get... > > make -k check RUNTESTFLAGS='--target_board "unix{,-m64}"' > > ...to work from the toplevel of the darwin_obj directory...
Should be make -k check RUNTESTFLAGS='--target_board="unix{,-m64}"' with the equals sign; does it work that way? Also, I always use it with the double quotes on the outside, single quotes on the inside: make -k check RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'" This stuff is all magic to me. Janis