Try this: make ... GYPFLAGS="-Dmips_arch_variant=mips32r1"
On Mon, Jan 27, 2014 at 10:31 AM, <[email protected]> wrote: > Hello folks, > > How to select the MIPS arch variant from the command line while > compiling.? > > I found that *mips_arch_variant* variable can be modified from > *build/toolchain.gypi*. But I don't want to change that file. > > I tried like below, but it is not working. > > *make mipsel.debug werror=no mips_arch_variant=mips32r1 -j12* > > Thanks in advance. > > </BR> > <Arun> > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to the Google Groups > "v8-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
