mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
Pull request: 5704-riscv
Updates #5704. Squashed commit of the following: commitf111e2033a
Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Thu Aug 8 11:27:41 2024 +0300 docs: chlog commit0d56423056
Merge:866239a49
1a6ec30bd
Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Thu Aug 8 11:26:14 2024 +0300 Merge remote-tracking branch 'origin/master' into 5704-riscv commit866239a490
Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Tue Aug 6 16:00:05 2024 +0500 home: riscv arch commit6069382857
Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Tue Aug 6 15:56:23 2024 +0500 scripts: riscv arch commitea7cb3a0bd
Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Tue Aug 6 14:35:14 2024 +0500 scripts: riscv arch
This commit is contained in:
parent
1a6ec30bd7
commit
cdf970fcbf
3 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
|||
|
||||
### Added
|
||||
|
||||
- Support for 64-bit RISC-V architecture ([#5704]).
|
||||
- Ecosia search engine is now supported in safe search ([#5009]).
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -97,6 +97,7 @@ func glGetTokenDate(file string) uint32 {
|
|||
|
||||
buf := bytes.NewBuffer(bs)
|
||||
|
||||
// TODO(a.garipov): Get rid of github.com/josharian/native dependency.
|
||||
err = binary.Read(buf, native.Endian, &dateToken)
|
||||
if err != nil {
|
||||
log.Error("decoding token: %s", err)
|
||||
|
|
|
@ -141,6 +141,7 @@ linux mips64 - softfloat
|
|||
linux mips64le - softfloat
|
||||
linux mipsle - softfloat
|
||||
linux ppc64le - -
|
||||
linux riscv64 - -
|
||||
openbsd amd64 - -
|
||||
openbsd arm64 - -
|
||||
windows 386 - -
|
||||
|
|
Loading…
Reference in a new issue