Skip to content

Commit

Permalink
update generic x64 archs (#5347)
Browse files Browse the repository at this point in the history
- add broadwellntbap to DSM 6
- remove unsupported archs from DSM 7 (dockerx64, x86, x86_64)
  • Loading branch information
hgy59 authored Jul 3, 2022
1 parent 0a3b72f commit cae6b06
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion toolchain/syno-x64-6.1/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellntbap bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_VERS = 6.1
TC_KERNEL = 3.10.102
TC_GLIBC = 2.20
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-x64-6.2.2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellntbap bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_VERS = 6.2.2
TC_KERNEL = 3.10.105
TC_GLIBC = 2.20
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-x64-6.2.3/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellntbap bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_VERS = 6.2.3
TC_KERNEL = 3.10.105
TC_GLIBC = 2.20
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-x64-6.2.4/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellntbap bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_VERS = 6.2.4
TC_KERNEL = 3.10.105
TC_GLIBC = 2.20
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-x64-6.2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellntbap bromolow cedarview denverton dockerx64 geminilake grantley purley kvmx64 v1000 x86 x86_64
TC_VERS = 6.2
TC_KERNEL = 3.10.102
TC_GLIBC = 2.20
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-x64-7.0/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellnkv2 broadwellntbap bromolow cedarview denverton epyc7002 dockerx64 geminilake grantley purley kvmx64 r1000 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellnkv2 broadwellntbap bromolow cedarview denverton epyc7002 geminilake grantley kvmx64 purley r1000 v1000
TC_VERS = 7.0
TC_KERNEL = 4.4.180
TC_GLIBC = 2.26
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-x64-7.1/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TC_NAME = syno-x64

TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellnkv2 broadwellntbap bromolow cedarview denverton epyc7002 dockerx64 geminilake grantley purley kvmx64 r1000 v1000 x86 x86_64
TC_ARCH = apollolake avoton braswell broadwell broadwellnk broadwellnkv2 broadwellntbap bromolow cedarview denverton epyc7002 geminilake grantley kvmx64 purley r1000 v1000
TC_VERS = 7.1
TC_KERNEL = 4.4.180
TC_GLIBC = 2.26
Expand Down

0 comments on commit cae6b06

Please sign in to comment.