File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
4
* Fri Jan 25 2021 Niels Breet <niels.breet@jolla.com> - 1.44.0+git9
2
5
- [aarch64] Enable aarch64 build for rust cross. JB#50499
3
6
Original file line number Diff line number Diff line change 44
44
%bcond_without lldb
45
45
46
46
Name: rust
47
- Version: %{rust_version }+git9
47
+ Version: %{rust_version }+git10
48
48
Release: 1
49
49
Summary: The Rust Programming Language
50
50
License: (ASL 2.0 or MIT ) and (BSD and MIT )
526
526
mkdir %{buildroot }/.cargo
527
527
cat << 'EOF ' > %{buildroot}/.cargo/config
528
528
[target.i686-unknown-linux-gnu]
529
- linker = "/usr/bin/host-cc "
529
+ linker = "i686-unknown-linux-gnu-gcc "
530
530
EOF
531
531
chmod 755 %{buildroot }%{_bindir }/*
532
532
You can’t perform that action at this time.
0 commit comments