Skip to content

Commit

Permalink
Update toolchains (#5424)
Browse files Browse the repository at this point in the history
* * update x64 archs
- add broadwellnkv2 and r1000
- fix digests of r1000 toolchain
* remove obsolete alpine-4k toolchain
* add epyc7002 to generic x64 archs
  • Loading branch information
hgy59 authored Oct 30, 2022
1 parent 1078b32 commit 1be28e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion mk/spksrc.archs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARM_ARCHS = $(ARMv5_ARCHS) $(ARMv7_ARCHS) $(ARMv7L_ARCHS) $(ARMv8_ARCHS)
PPC_ARCHS = powerpc ppc824x ppc853x ppc854x qoriq

i686_ARCHS = evansport
x64_ARCHS = $(GENERIC_x64_ARCH) apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
x64_ARCHS = $(GENERIC_x64_ARCH) apollolake avoton braswell broadwell broadwellnk broadwellnkv2 bromolow cedarview denverton dockerx64 epyc7002 geminilake grantley purley kvmx64 v1000 r1000 x86 x86_64

32bit_ARCHS = $(ARMv5_ARCHS) $(ARMv7_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS) $(PPC_ARCHS)
64bit_ARCHS = $(ARMv8_ARCHS) $(x64_ARCHS)
Expand Down
13 changes: 0 additions & 13 deletions toolchain/syno-alpine-4k-6.0.2/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions toolchain/syno-alpine-4k-6.0.2/digests

This file was deleted.

6 changes: 3 additions & 3 deletions toolchain/syno-r1000-7.1/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
v1000-gcc850_glibc226_x86_64-GPL.txz SHA1 0a0e9d39eb09d807308fea70ff325bd5c3e72631
v1000-gcc850_glibc226_x86_64-GPL.txz SHA256 e1779c6d45ccc041e2cdb648ba2e628fe3f3b8a0bddba31d431548db13188018
v1000-gcc850_glibc226_x86_64-GPL.txz MD5 11b0bcdb03bc712c233ad6c194957208
r1000-gcc850_glibc226_x86_64-GPL.txz SHA1 9ec4101d7c7b8dd8beb6c53f25ab3d71f83758ea
r1000-gcc850_glibc226_x86_64-GPL.txz SHA256 73558c88f0bac6eb9d0ff5817a0caebb6fb2dd9095783c10b086dec943581850
r1000-gcc850_glibc226_x86_64-GPL.txz MD5 5edaeaec2fe57e3f175eabbc40021bc3

0 comments on commit 1be28e9

Please sign in to comment.