Package Details: rust-aarch64-gnu-git 1:1.96.0.r1.g0312931-1

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Package Base: rust-git
Description: AArch64 GNU target for Rust (GIT VERSION)
Upstream URL: https://www.rust-lang.org/
Keywords: cargo rust
Licenses: Apache-2.0 OR MIT
Conflicts: rust-aarch64-gnu
Provides: rust-aarch64-gnu
Submitter: mrshpot
Maintainer: kaolinite
Last Packager: kaolinite
Votes: 28
Popularity: 0.091757
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2026-03-25 10:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »

ishitatsuyuki commented on 2017-02-09 03:49 (UTC)

These flags are an exact copy of the repo version.

spider-mario commented on 2017-02-09 00:24 (UTC)

rustbuild adopted, thanks for your contributions (both here and upstream). --enable-ninja should not be necessary since its documentation states: “build LLVM using the Ninja generator”, but we skip that step entirely (thanks for that as well). What was the rationale behind --disable-codegen-tests? Do those tests break anything?

ishitatsuyuki commented on 2017-02-08 10:22 (UTC)

Makefiles are removed. Please adopt the latest changes from my gist (including the flags, and pkgver()).

spider-mario commented on 2017-02-03 23:53 (UTC) (edited on 2017-02-03 23:53 (UTC) by spider-mario)

My bad, I had not realized that the build system does not necessarily update all the submodules that it sets up. Indeed, rustbuild will probably be usable soon (once your report https://github.com/rust-lang/rust/issues/39215 is resolved), but I would rather wait until it is before adopting it. I hope this is fine.

ishitatsuyuki commented on 2017-02-03 23:44 (UTC)

You'd better not include redundant submodules that are useless for build; cloning LLVM is a great pain. Rustbuild will be usable soon (my PR is waiting for the auto test & merge), so please adopt it (it builds less stages).

spider-mario commented on 2017-02-03 23:42 (UTC)

And, I forgot to add: of course, thank you for the contribution. :)

spider-mario commented on 2017-02-03 23:40 (UTC)

Sorry about the delay, I was quite busy these past few days, and it also took me a little while to review the changes. The PKGBUILD has been updated.

ishitatsuyuki commented on 2017-02-03 03:29 (UTC)

@spider-mario Can you adopt the new PKGBUILD? This one is building LLVM from scratch. By the way, if you don't respond in one week, I would submit an orphan request.

ishitatsuyuki commented on 2017-01-28 07:48 (UTC) (edited on 2017-01-28 07:48 (UTC) by ishitatsuyuki)

This is a brand new PKGBUILD based on the one in official repo, please adopt if it looks good. This is tested anyway. https://gist.github.com/ishitatsuyuki/956152c9ee2562e949f55c0181a0c5ee

ishitatsuyuki commented on 2017-01-20 07:41 (UTC)

It would be good to see rust-src-git together.