Skip to content

Commit

Permalink
toolchains: fix TC_GLIBC (#6311)
Browse files Browse the repository at this point in the history
- fix definition of TC_GLIBC of alpine and alpine4k toolchain
  • Loading branch information
hgy59 authored Nov 8, 2024
1 parent ae66c36 commit d3fe035
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion toolchain/syno-alpine-7.0/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TC_ARCH = alpine
TC_VERS = 7.0
TC_KERNEL = 3.10.108
TC_GLIBC = 2.36
TC_GLIBC = 2.26

TC_DIST = alpine-gcc750_glibc226_hard-GPL
TC_DIST_SITE_PATH = Annapurna%20Alpine%20Linux%203.10.108
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-alpine-7.1/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TC_ARCH = alpine
TC_VERS = 7.1
TC_KERNEL = 3.10.108
TC_GLIBC = 2.36
TC_GLIBC = 2.26

TC_DIST = alpine-gcc850_glibc226_hard-GPL
TC_DIST_SITE_PATH = Annapurna%20Alpine%20Linux%203.10.108
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-alpine4k-7.0/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TC_ARCH = alpine4k
TC_VERS = 7.0
TC_KERNEL = 3.10.108
TC_GLIBC = 2.36
TC_GLIBC = 2.26

TC_DIST = alpine4k-gcc750_glibc226_hard-GPL
TC_DIST_SITE_PATH = Annapurna%20Alpine%20Linux%203.10.108
Expand Down
2 changes: 1 addition & 1 deletion toolchain/syno-alpine4k-7.1/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TC_ARCH = alpine4k
TC_VERS = 7.1
TC_KERNEL = 3.10.108
TC_GLIBC = 2.36
TC_GLIBC = 2.26

TC_DIST = alpine4k-gcc850_glibc226_hard-GPL
TC_DIST_SITE_PATH = Annapurna%20Alpine%20Linux%203.10.108
Expand Down

0 comments on commit d3fe035

Please sign in to comment.