Ast-x64

Results 14 issues of Ast-x64

Use the compiler specified instead of the default one to test whether a flag can be accepted. Fixes https://github.com/alexcrichton/cc-rs/issues/675.

Currently `is_flag_supported` creates a new `cfg` to detect whether the given flag could be accepted, inheriting some configurations (`target`, `host`, `cpp` etc.) except `compiler`. This means though the compiler to...

Fix building on riscv. `libsodium` does not recognize the host type `riscv64gc-unknown-linux-gnu`. This patch changes it to `riscv64-unknown-linux-gnu` before calling the `configure`.

This adds support for riscv64gc with the default LP64D ABI. This work with https://github.com/ldc-developers/druntime/pull/204 and https://github.com/ldc-developers/phobos/pull/71. Enable attribute `+d` by default to support riscv64gc D standard extension. ABI is implemented...

Hi, I'm currently working on building packages for archlinux on riscv64. This patch bumps golang.org/x/crypto to version v0.0.0-20210921155107-089bfa567519 in order to support riscv64 within gortr.

This patch adds support for building on riscv64.

According to https://go.dev/src/syscall/ztypes_linux_riscv64.go#L573 we should use uint8 on riscv64.