RE: [PATCH][mips] Add support for mips*r6-*-musl

2016-08-25 Thread Matthew Fortune
Szabolcs Nagy writes: > Add the musl dynamic linker names for mips r6. > > It seems DRIVER_SELF_SPECS sets the default mips isa > (MIPS_DEFAULT_ISA_LEVEL_SPEC) on *-mti-linux* or *-mti-elf, but not on > gnu linux targets (see config/mips/mti-linux.h vs config/mips/gnu- >

[PATCH][mips] Add support for mips*r6-*-musl

2016-08-24 Thread Szabolcs Nagy
Add the musl dynamic linker names for mips r6. It seems DRIVER_SELF_SPECS sets the default mips isa (MIPS_DEFAULT_ISA_LEVEL_SPEC) on *-mti-linux* or *-mti-elf, but not on gnu linux targets (see config/mips/mti-linux.h vs config/mips/gnu-user.h). Is that ok? It seems broken, but i didn't try to