summaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Expand)AuthorAge
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-05
* build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSIONFelix Fietkau2016-12-22
* build: implement make check and make package/X/checkFelix Fietkau2016-12-17
* rules.mk: add STAGING_DIR_HOSTPKG variableJo-Philipp Wich2016-11-01
* build: add checksum targetJo-Philipp Wich2016-08-01
* rules.mk: introduce new variable OUTPUT_DIRJo-Philipp Wich2016-04-06
* build: disable the use of -iremap for UML (#21851)Felix Fietkau2016-02-13
* rules.mk: add TARGET_INIT_PATH toplevel variablesJo-Philipp Wich2016-02-08
* build: filter out -fno-plt for the kernel build, fixes #21712Felix Fietkau2016-01-28
* build: use -iremap feature to replace __FILE__ absolute path names in package...Felix Fietkau2016-01-25
* rules.mk: make the locked template available even if flock has not been built...Felix Fietkau2016-01-20
* build: use a separate variable checking the subdir path (for host packages)Felix Fietkau2016-01-20
* host-build.mk: change default installation prefix of package/* host builds to...Felix Fietkau2016-01-20
* build: move host build directories of package/* to build_dir/target-*/host/Felix Fietkau2016-01-20
* build: add pure make tolower/toupper funtions that do not require shell callsFelix Fietkau2016-01-03
* gcc: remove version 4.6, it is no longer neededFelix Fietkau2015-11-10
* build: add -Wno-error=unused-result to target cflagsFelix Fietkau2015-11-10
* rules.mk: export STAGING_DIR_HOST to sub-makefiles and shellsFelix Fietkau2015-11-07
* build: Allow kernel modules to set build ID debug symbolFelix Fietkau2015-10-30
* rules.mk: remove GCC 4.4 and GCC 4.5 conditionalFelix Fietkau2015-08-25
* toolchain: only use fortify-headers for muslSteven Barth2015-06-29
* toolchain: add fortify-headers, enable FORTIFY_SOURCE by defaultSteven Barth2015-06-23
* toolchain: switch to musl by default, except for mips64Felix Fietkau2015-06-15
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-06
* rules.mk: add newline definitionJohn Crispin2015-03-15
* rules.mk: don't add staging_dir/host/bin/ path againJo-Philipp Wich2015-02-10
* scripts: extend rstrip.sh to remove bad rpathsJo-Philipp Wich2015-02-10
* rules.mk: use relative paths for BASH, TAR, FIND, PATCH, PYTHONJo-Philipp Wich2015-02-06
* include: declare variables formerly set in tmp/.host.mkJo-Philipp Wich2015-02-05
* build: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolc...Felix Fietkau2015-01-10
* build: use gcc-provided ar, nm and ranlib where appropriateFelix Fietkau2014-12-27
* rules.mk: reduce shexport to one line to allow it to be put in a target contextFelix Fietkau2014-10-22
* build: clean up and optimize ipkg control generator codeFelix Fietkau2014-10-22
* build: add $(STAGING_DIR_HOST)/usr/{include, lib} to build search path.John Crispin2014-10-20
* build: override hardcoded paths to bison and m4 to make the SDK more relocatableFelix Fietkau2014-08-26
* partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va...Felix Fietkau2014-03-22
* build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level...Felix Fietkau2014-03-21
* build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS...Felix Fietkau2014-03-21
* build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA...Felix Fietkau2014-03-21
* build: add a variable for the name of the {build,staging}_dir/{target,toolcha...Felix Fietkau2014-03-10
* FPU type should not interfere with the ABI selection. Also make sure we eithe...Imre Kaloz2013-11-29
* allow configuration of the target directory for binariesImre Kaloz2013-11-22
* build: include the cpu type as part of the toolchain/target directory nameFelix Fietkau2013-09-26
* build: decouple the mips16 support flag from the toolchainFelix Fietkau2013-08-14
* build: unify target independent optimization optionsFelix Fietkau2013-07-29
* build: add required exports for dependency trackingFelix Fietkau2013-07-18
* build: move the XARGS variable out of the host checks, since a working xargs ...Felix Fietkau2013-07-10
* rules.mk: use qstrip to reduce syntax highlighting issuesFelix Fietkau2013-07-10
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support...Felix Fietkau2013-05-09
* rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is usedJohn Crispin2013-05-06