Home | History | Annotate | Download | only in Driver

Lines Matching full:mips32

1777   //   /lib      <= crt*.o files compiled with '-mips32'
1792 // /mips32
1794 // /lib <= crt*.o files compiled with '-mips32'
1801 auto MArchMips32 = makeMultilib("/mips32")
1805 .flag("+march=mips32");
1852 .FilterOut("/mips32/64")
2016 addMultilibFlag(CPUName == "mips32", "march=mips32", Flags);