File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: 7b026f0355a5394358e6a9758185db8eec850e0f
32
+ refs/heads/stable: 146dfce803e85844cd14bb6967594efae4dcdb13
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
34
34
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
35
35
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e
Original file line number Diff line number Diff line change 16
16
url = https://github.com/rust-lang/rust-installer.git
17
17
[submodule "src/liblibc "]
18
18
path = src/liblibc
19
- url = https://github.com/japaric/libc.git
20
- branch = mips-musl
19
+ url = https://github.com/rust-lang-nursery/libc.git
Original file line number Diff line number Diff line change 1
1
# mips-unknown-linux-musl configuration
2
- CC_mips-unknown-linux-musl =mips-openwrt- linux-gcc
3
- CXX_mips-unknown-linux-musl =mips-openwrt- linux-g++
4
- CPP_mips-unknown-linux-musl =mips-openwrt- linux-gcc -E
5
- AR_mips-unknown-linux-musl =mips-openwrt- linux-ar
2
+ CC_mips-unknown-linux-musl =mips-linux-musl -gcc
3
+ CXX_mips-unknown-linux-musl =mips-linux-musl -g++
4
+ CPP_mips-unknown-linux-musl =mips-linux-musl -gcc -E
5
+ AR_mips-unknown-linux-musl =mips-linux-musl -ar
6
6
CFG_LIB_NAME_mips-unknown-linux-musl =lib$(1 ) .so
7
7
CFG_STATIC_LIB_NAME_mips-unknown-linux-musl =lib$(1 ) .a
8
8
CFG_LIB_GLOB_mips-unknown-linux-musl =lib$(1 ) -*.so
Original file line number Diff line number Diff line change 1
1
# mipsel-unknown-linux-musl configuration
2
- CC_mipsel-unknown-linux-musl =mipsel-openwrt- linux-gcc
3
- CXX_mipsel-unknown-linux-musl =mipsel-openwrt- linux-g++
4
- CPP_mipsel-unknown-linux-musl =mipsel-openwrt- linux-gcc
5
- AR_mipsel-unknown-linux-musl =mipsel-openwrt- linux-ar
2
+ CC_mipsel-unknown-linux-musl =mipsel-linux-musl -gcc
3
+ CXX_mipsel-unknown-linux-musl =mipsel-linux-musl -g++
4
+ CPP_mipsel-unknown-linux-musl =mipsel-linux-musl -gcc
5
+ AR_mipsel-unknown-linux-musl =mipsel-linux-musl -ar
6
6
CFG_LIB_NAME_mipsel-unknown-linux-musl =lib$(1 ) .so
7
7
CFG_STATIC_LIB_NAME_mipsel-unknown-linux-musl =lib$(1 ) .a
8
8
CFG_LIB_GLOB_mipsel-unknown-linux-musl =lib$(1 ) -*.so
Original file line number Diff line number Diff line change 1
- Subproject commit 81c05bcddb05d0e5facf66f3945405bbf50b04d3
1
+ Subproject commit 53d11fc6ef10b7c30e85e9f2ff1f67f81ec8636f
You can’t perform that action at this time.
0 commit comments