Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-01 | functions.sh: add armel triplet | Timo Teräs | 1 | -0/+1 | |
2017-04-27 | Fix false `set -e` termination | Andrej | 1 | -0/+1 | |
`readconfig()` would return the result of `[ -z "$CBUILDROOT" ]` condition (line 123) and trigger shell termination in abuild. This also fixes building packages with a different $CTARGET and therefore cross-compile tools. | |||||
2017-03-20 | functions: fix abuild -A | Natanael Copa | 1 | -1/+1 | |
fix so abuild -A does not exit with error if gitbase fails this was introduced with the set -e | |||||
2017-02-24 | functions.sh: set host compiler when cross-compiling | Timo Teräs | 1 | -0/+7 | |
We chose to use kernel style HOST* instead of the gcc's *_FOR_HOST. | |||||
2017-02-14 | functions: fix cross-compile triplet for armhf architecture | William Pitcock | 1 | -1/+1 | |
2017-01-24 | abuild: add missing triplet definitions for ppc and ppc64 architectures | William Pitcock | 1 | -0/+4 | |
2017-01-17 | abuild: Add support for ppc64le | Breno Leitao | 1 | -0/+2 | |
This is the initial patches that starts to add support for the ppc64le platform. | |||||
2016-08-01 | functions: add s390x triplet and arch | Timo Teräs | 1 | -0/+2 | |
2016-08-01 | abuild: use proper strip for each subpkg according to it's arch | Timo Teräs | 1 | -0/+1 | |
2016-08-01 | abuild: improve cross compiling support | Timo Teräs | 1 | -0/+39 | |
2016-07-23 | default to host gcc's machine for CBUILD | Timo Teräs | 1 | -1/+2 | |
2016-07-08 | add aarch64 architecture | Timo Teräs | 1 | -0/+1 | |
2015-11-12 | add armv7 build target | Timo Teräs | 1 | -1/+2 | |
2014-06-20 | functions: rename eglibc to glibc and use 'unknown' for unknown libc | Natanael Copa | 1 | -2/+2 | |
2014-04-30 | functions: only enable colors on terminals | Natanael Copa | 1 | -1/+1 | |
We dont want wolors enabled when output is a file or a pipe | |||||
2014-03-31 | fix permissions | Natanael Copa | 1 | -0/+0 | |
2013-10-25 | functions: rename prog to program | Natanael Copa | 1 | -1/+1 | |
2013-10-25 | abuild: move various functions to the shared functions.sh | Natanael Copa | 1 | -46/+85 | |
specifically, every script that reads/parses ./APKBUILD needs to set CARCH. | |||||
2013-07-09 | functions: msg should always return success | Natanael Copa | 1 | -2/+6 | |
Otherwise abuild-sign will end with error | |||||
2013-07-09 | functions: also honor .abuild file at gitbase | Dubiousjim | 1 | -0/+2 | |
This permits introducing branch-specific modifications to abuild.conf settings. Any settings there override /etc/abuild.conf and $HOME/.abuild/abuild.conf. | |||||
2013-07-09 | various: fancier readconfig, permit env overrides | Dubiousjim | 1 | -14/+61 | |
2013-07-09 | apkgrel, functions: refactor calculation of APKBUILD's path | Dubiousjim | 1 | -0/+13 | |
2013-07-09 | various: s/echo/msg/, s/echo/error/, tweak error messages | Dubiousjim | 1 | -1/+1 | |
2013-07-09 | abump, functions: refactor (and verify) calculation of APKBUILD path | Dubiousjim | 1 | -0/+12 | |
2013-07-09 | various: move conf-loading and i/o to functions | Dubiousjim | 1 | -0/+76 | |