Skip to content

Commit ecfc96f

Browse files
authored
Merge pull request #10 from martyone/jb52983
[rust] Fix host-gcc use under SDK. JB#52983
2 parents ceb7945 + a7ff7cb commit ecfc96f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rust.changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Fri Feb 05 2021 Martin Kampas <martin.kampas@jolla.com> - 1.44.0+git10
2+
- [rust] Fix host-gcc use under SDK. JB#52983
3+
14
* Fri Jan 25 2021 Niels Breet <niels.breet@jolla.com> - 1.44.0+git9
25
- [aarch64] Enable aarch64 build for rust cross. JB#50499
36

rust.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
%bcond_without lldb
4545

4646
Name: rust
47-
Version: %{rust_version}+git9
47+
Version: %{rust_version}+git10
4848
Release: 1
4949
Summary: The Rust Programming Language
5050
License: (ASL 2.0 or MIT) and (BSD and MIT)
@@ -526,7 +526,7 @@ EOF
526526
mkdir %{buildroot}/.cargo
527527
cat <<'EOF' > %{buildroot}/.cargo/config
528528
[target.i686-unknown-linux-gnu]
529-
linker = "/usr/bin/host-cc"
529+
linker = "i686-unknown-linux-gnu-gcc"
530530
EOF
531531
chmod 755 %{buildroot}%{_bindir}/*
532532

0 commit comments

Comments
 (0)