Home | History | Annotate | Download | only in info

Lines Matching full:mips

1331      `mipsel' to indicate a little endian MIPS processor.
1390 mips*-*-elf*) do something ;;
1399 `mips*' above. For the i386 family, something along the lines of
1462 system and generates ELF programs for a MIPS embedded system. In this
1463 case the GNU/Linux system is the host, and the MIPS ELF system is the
1464 target. Such a compiler could be called a GNU/Linux cross MIPS ELF
1465 compiler, or, equivalently, a `i386-linux-gnu' cross `mips-elf'
1531 For example, to build tools which generate code for a MIPS ELF
1532 embedded system, you would use `--target mips-elf'.
1602 For example, if gcc is configured with `--target mips-elf', then the
1603 installed binary will be named `mips-elf-gcc'. If gcc is configured
1914 be building a Windows cross MIPS ELF compiler on a GNU/Linux system. In
1916 Windows, and the target system would be MIPS ELF.
2079 For example, suppose you want to build a Windows cross MIPS ELF
2081 both a GNU/Linux cross Windows compiler and a GNU/Linux cross MIPS ELF
2085 cross MIPS ELF (configure name `mips-elf') compiler, you might execute
2096 mkdir linux-x-mips-elf
2097 cd linux-x-mips-elf
2098 SRCDIR/configure --target mips-elf --prefix=INSTALLDIR \
2103 mkdir cygwin32-x-mips-elf
2104 cd cygwin32-x-mips-elf
2106 --target=mips-elf --prefix=WININSTALLDIR \