Missing "micromips" multilib option for mips*-elf target

2021-11-30 Thread Hakurei Reimu
ch only support the Thumb instruction set, the PIC32MM only supports the micromips instruction set (and not mips32). I wonder if you can add all the possible combinations to the multilib list for the mips*-elf target, just like the arm-*-eabi target. Thank you very much.

Re: mips-elf target

2006-04-06 Thread Kai Ruottu
If yes how do i build the whole gcc without glibc. I have binutils for the target already installed. I only need c and c++ languages. I doing it for vr4131 (mips-elf) target. The mips-elf target uses (usually) newlib as its target C library. And there is that '--with-newlib' option

mips-elf target

2006-04-05 Thread Niklaus
without glibc. I have binutils for the target already installed. I only need c and c++ languages. I doing it for vr4131 (mips-elf) target. Regards Nik