File tree 3 files changed +30
-1
lines changed
3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 66
66
- [ m68k-unknown-none-elf] ( platform-support/m68k-unknown-none-elf.md )
67
67
- [ mips64-openwrt-linux-musl] ( platform-support/mips64-openwrt-linux-musl.md )
68
68
- [ mipsel-sony-psx] ( platform-support/mipsel-sony-psx.md )
69
+ - [ mipsel-unknown-linux-gnu] ( platform-support/mipsel-unknown-linux-gnu.md )
69
70
- [ mips\* -mti-none-elf] ( platform-support/mips-mti-none-elf.md )
70
71
- [ mipsisa\* r6\* -unknown-linux-gnu\* ] ( platform-support/mips-release-6.md )
71
72
- [ nvptx64-nvidia-cuda] ( platform-support/nvptx64-nvidia-cuda.md )
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ target | std | host | notes
334
334
` mips64el-unknown-linux-muslabi64 ` | ✓ | | MIPS64 (little endian) Linux, N64 ABI, musl 1.2.3
335
335
` mipsel-sony-psp ` | * | | MIPS (LE) Sony PlayStation Portable (PSP)
336
336
[ ` mipsel-sony-psx ` ] ( platform-support/mipsel-sony-psx.md ) | * | | MIPS (LE) Sony PlayStation 1 (PSX)
337
- ` mipsel-unknown-linux-gnu ` | ✓ | ✓ | MIPS (little endian) Linux (kernel 4.4, glibc 2.23)
337
+ [ ` mipsel-unknown-linux-gnu ` ] ( platform-support/mipsel-unknown-linux-gnu.md ) | ✓ | ✓ | MIPS (little endian) Linux (kernel 4.4, glibc 2.23)
338
338
` mipsel-unknown-linux-musl ` | ✓ | | MIPS (little endian) Linux with musl 1.2.3
339
339
` mipsel-unknown-linux-uclibc ` | ✓ | | MIPS (LE) Linux with uClibc
340
340
[ ` mipsel-unknown-netbsd ` ] ( platform-support/netbsd.md ) | ✓ | ✓ | 32-bit MIPS (LE), requires mips32 cpu support
Original file line number Diff line number Diff line change
1
+ # ` mipsel-unknown-linux-gnu `
2
+
3
+ ** Tier: 3**
4
+
5
+ Little-endian 32 bit MIPS for Linux with `glibc.
6
+
7
+ ## Target maintainers
8
+
9
+ - [ @LukasWoodtli ] ( https://github.com/LukasWoodtli )
10
+
11
+ ## Requirements
12
+
13
+ The target supports std on Linux. Host tools are supported but not tested.
14
+
15
+
16
+ ## Building the target
17
+
18
+ For cross compilation the GNU C compiler for the mipsel architecture needs to
19
+ be installed. On Ubuntu install the packets: ` gcc-mipsel-linux-gnu ` and
20
+ ` g++-mipsel-linux-gnu ` .
21
+
22
+ Add ` mipsel-unknown-linux-gnu ` as ` target ` list in ` config.toml ` .
23
+
24
+ ## Building Rust programs
25
+
26
+ Rust does not ship pre-compiled artifacts for this target. To compile for
27
+ this target, you will need to build Rust with the target enabled (see
28
+ "Building the target" above).
You can’t perform that action at this time.
0 commit comments