Github messages for voidlinux
 help / color / mirror / Atom feed
From: biopsin <biopsin@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: librsvg: update to 2.52.0.
Date: Sun, 03 Oct 2021 06:16:09 +0200	[thread overview]
Message-ID: <20211003041609.N8QloS2OWgH9kr7cYKCVUj68slx_of6Jd9kk-SCFtI0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33270@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/33270#issuecomment-932858188

Comment:
From what I could gather [[source](https://www.rohanjain.in/cargo-cross/)] and patching .cargo/config worked building locally for aarch64, but I really dont know this well.
```
--- a/.cargo/config	2021-10-03 05:24:36.000000000 +0200
+++ b/.cargo/config	2021-10-03 05:24:45.701091821 +0200
@@ -3,6 +3,12 @@
 # In the distributed tarball, this file should end up in
 # rust/.cargo/config
 
+[target.aarch64-unknown-linux-gnu]
+linker = "aarch64-linux-gnu-gcc"
+
+[target.armv7-unknown-linux-gnueabihf]
+linker = "arm-linux-gnueabihf-gcc"
+
 [source.crates-io]
 registry = 'https://github.com/rust-lang/crates.io-index'
 replace-with = 'vendored-sources'

```

  parent reply	other threads:[~2021-10-03  4:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-02 19:54 [PR PATCH] " ericonr
2021-10-02 23:06 ` ericonr
2021-10-03  3:58 ` biopsin
2021-10-03  4:16 ` biopsin [this message]
2021-10-03  4:51 ` ericonr
2021-10-03 11:15 ` Gottox
2021-10-24  2:41 ` [PR PATCH] [Updated] " ericonr
2021-10-24 15:43 ` ericonr
2021-10-24 15:50 ` ericonr
2021-10-24 17:54 ` [PR PATCH] [Updated] " ericonr
2021-10-24 17:55 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211003041609.N8QloS2OWgH9kr7cYKCVUj68slx_of6Jd9kk-SCFtI0@z \
    --to=biopsin@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).