Gorgone
b14c511944
Update manjaro.install
update openssl-dev install
4 years ago
Gorgone
6f89a249f9
Update _sys_check
add patchelf to needed packages
4 years ago
Gorgone
1c3513c45a
Update _sys_check
fix missing libssl-dev on syscheck
4 years ago
Gorgone
5227359883
Update debian_ubuntu.install
fix missing libssl-dev on syscheck
4 years ago
WXbet
928dde19d6
s3.TUP New commandline parameters (v0.22.0)
- add commandline parameter -l (--libs) and -lv (--libs-version) for scripting purposes to get formatted lists about cross toolchains and its integrateds libs with version information
- extend commandline parameter -c (--create) to accept a comma separated list of cross toolchain template names to support bulk creation of cross toolchains
- update config template to better detection integrated libs
- update language files with new keys
4 years ago
WXbet
57919ee811
s3.TUP Update library detection (v0.21.2)
- better library detection in cross toolchains by introducing the optional _checklib property to specify the concrete library filename
- fix config outdated message and update language files
- remove some tabs and whitespaces
4 years ago
WXbet
eb6c3d2164
s3.TUP Update plugin_update_toolchain.config.template
- revert changes from #3684630
- add new library variant "OpenSSL 1.0.2 (1.0.0)". This will create openssl binaries named 1.0.0. (use this for Fritzbox toolchains)
4 years ago
WXbet
863b666424
Update italian and spanish translation
thx to seppel11m from streamboard
4 years ago
WXbet
62a59d8494
Update italian translation
thx to seppel11m from streamboard
4 years ago
WXbet
368463052f
s3.TUP Update plugin_update_toolchain.config.template
- apply termio.h patch (OpenSSL 1.0.0, 0.9.8) also for toolchain using uclibc library
4 years ago
Gorgone
97494f2b87
Update s3
4 years ago
Gorgone
dc483a89dd
Update _gui_build
fix -e on printf
4 years ago
Gorgone
22881b7418
Update _compress
fix -e on printf
4 years ago
Gorgone
dde2ebe86d
Update _cmd_build
4 years ago
Gorgone
15e57f4add
Update _cmd_build
4 years ago
Gorgone
fb3804be9b
create separate USE_DIAG.log
4 years ago
Gorgone
45171c5391
Update s3
4 years ago
Gorgone
0fe0c22228
Add files via upload
enable custom camname part2
add to commandline -oscamname=myname
4 years ago
Gorgone
e602a17011
Add files via upload
enable custom camname part1
add to commandline -oscamname=myname
4 years ago
Gorgone
81e1dc3811
Merge pull request #51 from gorgone/WXbet-patch-1
fix sysroot detection for android toolchains
4 years ago
WXbet
59b3d7400a
Add new STAPI library for some Android powered STBs
This file enables new STAPI on some Android powered STBs. To get this working, set USE variable USE_STAPI, USE_WI and and the following variables in toolchain.cfg file: stapi_lib_custom="libwi2.a"
stapi_allowed="1"
The source of this library is explicitly unknown.
4 years ago
WXbet
f136c9871e
fix sysroot detection for android toolchains
clang don't know gcc's print-sysroot-parameter, so have to set it manually
4 years ago
Gorgone
9a6a1dcbe8
Merge pull request #50 from gorgone/WXbet-patch-1
tccheck - show compiler target if it's a symlink
4 years ago
WXbet
e4b23ef077
tccheck - show compiler target if it's a symlink
4 years ago
Gorgone
5bc070fe31
Update s3
clang hates --no-inline
4 years ago
Gorgone
4010d3ef3a
Merge pull request #49 from gorgone/next
update defaults
4 years ago
gorgone
326a0f14ae
update defaults
4 years ago
Gorgone
07a1325e6c
Update s3
fix emu complaints for inline code in gcc9+
4 years ago
Gorgone
e2a299a77e
Update compiler_option
prevent strong inlining code compile
4 years ago
Gorgone
4e8c98b647
Update s3
optional compiling parameters
4 years ago
Gorgone
4d30dcc4da
Update s3
smargo dont like to strip ....
4 years ago
Gorgone
a36888a3f6
Update s3
Version 311
4 years ago
Gorgone
44ad462929
Update s3
remove secondary source url
4 years ago
Gorgone
66d74c101c
Update s3
optimize compiling parameters to remove dead code
4 years ago
Gorgone
bca9fa3937
Update _cmd_build
fix bug cmdline -c=/path
4 years ago
Gorgone
5a97449d8e
Update s3
system wide s3 last part
4 years ago
Gorgone
12367f26d6
Update _cmd_build
system wide s3 part 3
4 years ago
Gorgone
814fac25f9
Update s3
system wide s3 part 2
4 years ago
Gorgone
cb4d8add0c
Update s3
system wide s3 part 1
4 years ago
WXbet
6c6417383d
s3.TUP Adding new cross toolchain templates for android
- android_10_arm - Android 10 STBs (arm armeabi-v7a 32-bit LE, libc++ API 29, clang 9.0.8, Linux 4.9.0)
- android_11_arm - Android 11 STBs (arm armeabi-v7a 32-bit LE, libc++ API 30, clang 9.0.8, Linux 4.9.0)
- android_oreo_arm - Android 8.x Oreo STBs (arm armeabi-v7a 32-bit LE, libc++ API 26, clang 9.0.8, Linux 4.9.0)
- android_pie_arm - Android 9.x Pie STBs (arm armeabi-v7a 32-bit LE, libc++ API 28, clang 9.0.8, Linux 4.9.0)
4 years ago
WXbet
8b92338a5d
s3.TUP crosstool-NG toolchain template updates
- update all crosstool-NG toolchain template to latest linux (5.8.9), mpc (1.2.0) and mpfr (4.1.0) versions
- run ./s3 tcupdate --update_me to get the latest toolchain templates
- run ./s3 tcupdate --setup to get the latest crosstool-NG
4 years ago
WXbet
ca545a5666
s3.TUP Adding new cross toolchain template for synology
synology_ppc - Synology DS213+ (powerpc 8548 32-bit BE, glibc 2.23, gcc 7.5.0, linux 5.8.9)
4 years ago
WXbet
940db8d304
s3.TUP Update dependency (v0.21.1)
Change python dependency to python3 to avoid non working installation on some distros (e.g. debian 10)
4 years ago
Gorgone
eee695e320
Update _cmd_build
4 years ago
Gorgone
71b0aabe00
Update _cmd_build
ignore custom confdir from toolchain.cfg file
4 years ago
Gorgone
60cdf7248c
Update urls
change emu-url
4 years ago
Gorgone
9ff0e5b824
Update best.box.profile
update profile
4 years ago
Gorgone
16c0e6ebc0
Create complete.box.profile
add profile for the latest trunk
11622+
4 years ago
Gorgone
0c225a5c54
Update _cmd_build
change read config logic
4 years ago
Gorgone
ac727bf619
Update _misc
change from hostname to environment
4 years ago