This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add support for the Win32 hook prologue (try 2)
On Thu, 2009-09-10 at 15:25 -0700, Andrew Pinski wrote:
> On Thu, Sep 10, 2009 at 3:23 PM, Stefan DÃsinger <stefan@codeweavers.com> wrote:
> > What's the easiest way to run the testsuite with -m32?
>
> RUNTESTFLAGS='--target_board=unix/\\\{-m32,-m64\\\}'
>
> Works but that is from a script so you might need to remove at least
> one of the \\ pairs.
I use RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'".
Janis