forked from th0ma7/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transmission: fix for ppc, DS509+ (SynoCommunity#4056)
- add toolchain for ppc853x-4.2 - fix build of transmission 3.00 for ppc853x and ppc824x with TCVERSION < 5 - avoid generation and include of cert.pem Fixes SynoCommunity#4055
- Loading branch information
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TC_NAME = syno-$(TC_ARCH) | ||
|
||
TC_ARCH = ppc853x | ||
TC_VERS = 4.2 | ||
TC_FIRMWARE = 3.1-1594 | ||
|
||
TC_DIST = gcc343_glibc234_ppc853x-GPL | ||
TC_EXT = tgz | ||
TC_DIST_NAME = $(TC_DIST).$(TC_EXT) | ||
TC_DIST_SITE = https://sourceforge.net/projects/dsgpl/files/DSM%204.2%20Tool%20Chains/PowerPC%20853x%20Linux%202.6.32 | ||
|
||
TC_BASE_DIR = powerpc-linux-gnuspe | ||
TC_PREFIX = powerpc-linux-gnuspe | ||
TC_TARGET = powerpc-unknown-linux | ||
|
||
TC_CFLAGS = -I$(WORK_DIR)/$(TC_BASE_DIR)/$(TC_BASE_DIR)/include -mcpu=8548 -mhard-float -mfloat-gprs=double | ||
TC_CPPFLAGS = -I$(WORK_DIR)/$(TC_BASE_DIR)/$(TC_BASE_DIR)/include -mcpu=8548 -mhard-float -mfloat-gprs=double | ||
TC_CXXFLAGS = -I$(WORK_DIR)/$(TC_BASE_DIR)/$(TC_BASE_DIR)/include -mcpu=8548 -mhard-float -mfloat-gprs=double | ||
TC_LDFLAGS = -L$(WORK_DIR)/$(TC_BASE_DIR)/$(TC_BASE_DIR)/lib | ||
|
||
include ../../mk/spksrc.tc.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
gcc343_glibc234_ppc853x-GPL.tgz SHA1 ef5054f30d87a06ab287e86c5e2e123467073111 | ||
gcc343_glibc234_ppc853x-GPL.tgz SHA256 eab4aebf489374abc3a5334c139b3cb97a238a4c2b2fb0db3cac66b668bc7103 | ||
gcc343_glibc234_ppc853x-GPL.tgz MD5 1bcea0556c50a538e3142b9706c283b7 |