[changes brought over from rustc 1.15.1+dfsg1-1~exp3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Wed, 15 Mar 2017 10:16:18 +0000]
* Build for armv6.
+
[changes introduced in rustc 1.18.0+dfsg1-4+rpi1 by Peter Michael Green]
* Disable testsuite.
+
[changes introduced in rustc-mozilla 1.51.0+dfsg1-1~deb11u1+rpi1 by Peter Michael Green]
* Force DEB_BUILD_RUST_TYPE to armv7-unknown-linux-gnueabih as that is what we have a stage0 compiler for.
* Use DEB_BUILD_RUST_TYPE not DEB_HOST_RUST_TYPE when looking for a stage0 compiler.
+ [changes introduced in rustc-mozilla 1.59.0+dfsg1-1~deb11u3+rpi1 by Peter Michael Green]
+ * Disable mips symlinking code that is failing with a "file exists" error.
+
-- Peter Michael Green <plugwash@raspbian.org> Wed, 05 Oct 2022 00:15:26 +0000
rustc-mozilla (1.59.0+dfsg1-1~deb11u3) bullseye; urgency=medium
echo 'fn main() { println!("cargo:rustc-link-lib=lzma"); }' > vendor/lzma-sys/build.rs
# We don't run ./configure because we use debian/config.toml directly
ln -sf debian/config.toml config.toml
- # set up links for the mips* tarballs, as bootstrap.py expects them in stage0/
- for fmips in stage0-mips/*/*; do \
- f0="`echo $$fmips | sed 's/stage0-mips/stage0/'`"; \
- # we use a hardlink here, for some reason bootstrap.py doesn't like symlinks \
- ln $$fmips $$f0; \
- done
+ ## set up links for the mips* tarballs, as bootstrap.py expects them in stage0/
+ #for fmips in stage0-mips/*/*; do \
+ # f0="`echo $$fmips | sed 's/stage0-mips/stage0/'`"; \
+ # # we use a hardlink here, for some reason bootstrap.py doesn't like symlinks \
+ # ln $$fmips $$f0; \
+ #done
touch "$@"
override_dh_auto_configure-arch: debian/dh_auto_configure.stamp