nixpkgs/pkgs
Adam Joseph 53b6e1a3c5 rustc: fix >=1.68 host!=build
Our `rustc.nix` adds a `--target` flag for the host when doing a
host!=target build, but neglects to add a `--target` flag for the
buildPlatform when doing a build!=(host==target) build.  This commit
corrects that.

Before rustc 1.68 omitting the --target flag for the buildPlatform
did not cause any problems.  As of rustc 1.68, build!=host without a
--target for the build will fail like below (with hundreds more
"cannot find std::" errors.

```
$ nix build -f . -L pkgsCross.aarch64-multiplatform.rustc
...
Copying stage1 library from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / aarch64-unknown-linux-gnu)
Uplifting stage1 library (x86_64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
Copying stage2 library from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / aarch64-unknown-linux-gnu)
Building stage2 tool rust-analyzer-proc-macro-srv (aarch64-unknown-linux-gnu)
   Compiling autocfg v1.1.0
   Compiling libc v0.2.135
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.47
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.5
   Compiling syn v1.0.102
   Compiling once_cell v1.15.0
   Compiling parking_lot_core v0.9.4
   Compiling serde_derive v1.0.145
   Compiling hashbrown v0.12.3
   Compiling scopeguard v1.1.0
   Compiling smallvec v1.10.0
   Compiling log v0.4.17
   Compiling serde v1.0.145
   Compiling rustc-hash v1.1.0
error[E0463]: can't find crate for `std`
error: cannot find macro `println` in this scope
 --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:7:5
  |
7 |     println!("cargo:rerun-if-changed=build.rs");
  |     ^^^^^^^
error: cannot find macro `println` in this scope
  --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:16:9
   |
16 |         println!(
   |         ^^^^^^^
error: cannot find macro `println` in this scope
  --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:29:13
   |
29 |             println!("cargo:rustc-cfg=freebsd10")
   |             ^^^^^^^
```
2023-04-18 14:10:40 +10:00
..
applications terraform-providers.vault: 3.14.0 -> 3.15.0 2023-04-18 13:58:12 +10:00
build-support Merge pull request #217587 from winterqt/build-dotnet-module-darwin-sandbox 2023-04-17 14:08:21 +00:00
common-updater
data Merge pull request #224469 from NickCao/qt65 2023-04-18 08:39:32 +08:00
desktops Merge pull request #224329 from cbergqvist/avoid-gnome-bugzilla 2023-04-17 14:27:15 +00:00
development rustc: fix >=1.68 host!=build 2023-04-18 14:10:40 +10:00
games Merge pull request #226465 from figsoda/jumpy 2023-04-17 14:03:21 -04:00
misc pipes-rs: update license 2023-04-17 22:24:26 -04:00
os-specific linux_testing: 6.3-rc6 -> 6.3-rc7 2023-04-17 11:54:39 +00:00
pkgs-lib
servers Merge pull request #226454 from mweinelt/evcc 2023-04-18 01:12:13 +02:00
shells Merge pull request #224606 from ocfox/wakatime.fish 2023-04-17 10:08:49 +02:00
stdenv Merge pull request #216992 from SuperSandro2000/stdenvNative-fix-eval 2023-04-14 11:22:20 +02:00
test
tools Merge pull request #226761 from NickCao/stratis 2023-04-17 23:27:53 -04:00
top-level Merge pull request #226554 from figsoda/wthrr 2023-04-17 22:54:42 -04:00