| Commit message (Expand) | Author | Age | Files | Lines |
* | build: introduce extra targets that contain only proper dependencies | Felix Fietkau | 2017-01-18 | 1 | -4/+5 |
* | build: define common subdir targets in rules.mk | Felix Fietkau | 2017-01-18 | 1 | -0/+9 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 1 | -5/+5 |
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 1 | -1/+1 |
* | build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION | Felix Fietkau | 2016-12-22 | 1 | -0/+2 |
* | build: implement make check and make package/X/check | Felix Fietkau | 2016-12-17 | 1 | -0/+8 |
* | rules.mk: add STAGING_DIR_HOSTPKG variable | Jo-Philipp Wich | 2016-11-01 | 1 | -0/+1 |
* | build: add checksum target | Jo-Philipp Wich | 2016-08-01 | 1 | -0/+7 |
* | rules.mk: introduce new variable OUTPUT_DIR | Jo-Philipp Wich | 2016-04-06 | 1 | -1/+4 |
* | build: disable the use of -iremap for UML (#21851) | Felix Fietkau | 2016-02-13 | 1 | -1/+1 |
* | rules.mk: add TARGET_INIT_PATH toplevel variables | Jo-Philipp Wich | 2016-02-08 | 1 | -0/+2 |
* | build: filter out -fno-plt for the kernel build, fixes #21712 | Felix Fietkau | 2016-01-28 | 1 | -2/+2 |
* | build: use -iremap feature to replace __FILE__ absolute path names in package... | Felix Fietkau | 2016-01-25 | 1 | -0/+4 |
* | rules.mk: make the locked template available even if flock has not been built... | Felix Fietkau | 2016-01-20 | 1 | -3/+7 |
* | build: use a separate variable checking the subdir path (for host packages) | Felix Fietkau | 2016-01-20 | 1 | -1/+2 |
* | host-build.mk: change default installation prefix of package/* host builds to... | Felix Fietkau | 2016-01-20 | 1 | -2/+2 |
* | build: move host build directories of package/* to build_dir/target-*/host/ | Felix Fietkau | 2016-01-20 | 1 | -2/+5 |
* | build: add pure make tolower/toupper funtions that do not require shell calls | Felix Fietkau | 2016-01-03 | 1 | -0/+14 |
* | gcc: remove version 4.6, it is no longer needed | Felix Fietkau | 2015-11-10 | 1 | -1/+1 |
* | build: add -Wno-error=unused-result to target cflags | Felix Fietkau | 2015-11-10 | 1 | -1/+1 |
* | rules.mk: export STAGING_DIR_HOST to sub-makefiles and shells | Felix Fietkau | 2015-11-07 | 1 | -1/+1 |
* | build: Allow kernel modules to set build ID debug symbol | Felix Fietkau | 2015-10-30 | 1 | -1/+2 |
* | rules.mk: remove GCC 4.4 and GCC 4.5 conditional | Felix Fietkau | 2015-08-25 | 1 | -2/+2 |
* | toolchain: only use fortify-headers for musl | Steven Barth | 2015-06-29 | 1 | -1/+5 |
* | toolchain: add fortify-headers, enable FORTIFY_SOURCE by default | Steven Barth | 2015-06-23 | 1 | -1/+1 |
* | toolchain: switch to musl by default, except for mips64 | Felix Fietkau | 2015-06-15 | 1 | -1/+1 |
* | build: add integration for managing opkg package feed keys | Felix Fietkau | 2015-04-06 | 1 | -0/+2 |
* | rules.mk: add newline definition | John Crispin | 2015-03-15 | 1 | -0/+5 |
* | rules.mk: don't add staging_dir/host/bin/ path again | Jo-Philipp Wich | 2015-02-10 | 1 | -1/+1 |
* | scripts: extend rstrip.sh to remove bad rpaths | Jo-Philipp Wich | 2015-02-10 | 1 | -0/+1 |
* | rules.mk: use relative paths for BASH, TAR, FIND, PATCH, PYTHON | Jo-Philipp Wich | 2015-02-06 | 1 | -5/+5 |
* | include: declare variables formerly set in tmp/.host.mk | Jo-Philipp Wich | 2015-02-05 | 1 | -0/+6 |
* | build: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolc... | Felix Fietkau | 2015-01-10 | 1 | -1/+1 |
* | build: use gcc-provided ar, nm and ranlib where appropriate | Felix Fietkau | 2014-12-27 | 1 | -5/+13 |
* | rules.mk: reduce shexport to one line to allow it to be put in a target context | Felix Fietkau | 2014-10-22 | 1 | -2/+1 |
* | build: clean up and optimize ipkg control generator code | Felix Fietkau | 2014-10-22 | 1 | -0/+1 |
* | build: add $(STAGING_DIR_HOST)/usr/{include, lib} to build search path. | John Crispin | 2014-10-20 | 1 | -2/+2 |
* | build: override hardcoded paths to bison and m4 to make the SDK more relocatable | Felix Fietkau | 2014-08-26 | 1 | -0/+3 |
* | partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va... | Felix Fietkau | 2014-03-22 | 1 | -0/+2 |
* | build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level... | Felix Fietkau | 2014-03-21 | 1 | -3/+0 |
* | build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS... | Felix Fietkau | 2014-03-21 | 1 | -6/+0 |
* | build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA... | Felix Fietkau | 2014-03-21 | 1 | -6/+0 |
* | build: add a variable for the name of the {build,staging}_dir/{target,toolcha... | Felix Fietkau | 2014-03-10 | 1 | -10/+10 |
* | FPU type should not interfere with the ABI selection. Also make sure we eithe... | Imre Kaloz | 2013-11-29 | 1 | -1/+8 |
* | allow configuration of the target directory for binaries | Imre Kaloz | 2013-11-22 | 1 | -1/+1 |
* | build: include the cpu type as part of the toolchain/target directory name | Felix Fietkau | 2013-09-26 | 1 | -11/+4 |
* | build: decouple the mips16 support flag from the toolchain | Felix Fietkau | 2013-08-14 | 1 | -8/+2 |
* | build: unify target independent optimization options | Felix Fietkau | 2013-07-29 | 1 | -1/+2 |
* | build: add required exports for dependency tracking | Felix Fietkau | 2013-07-18 | 1 | -1/+1 |
* | build: move the XARGS variable out of the host checks, since a working xargs ... | Felix Fietkau | 2013-07-10 | 1 | -0/+1 |