summaryrefslogtreecommitdiffstats
path: root/rules.mk
Commit message (Expand)AuthorAgeFilesLines
* build: add checksum targetJo-Philipp Wich2016-08-011-0/+7
* rules.mk: introduce new variable OUTPUT_DIRJo-Philipp Wich2016-04-061-1/+4
* build: disable the use of -iremap for UML (#21851)Felix Fietkau2016-02-131-1/+1
* rules.mk: add TARGET_INIT_PATH toplevel variablesJo-Philipp Wich2016-02-081-0/+2
* build: filter out -fno-plt for the kernel build, fixes #21712Felix Fietkau2016-01-281-2/+2
* build: use -iremap feature to replace __FILE__ absolute path names in package...Felix Fietkau2016-01-251-0/+4
* rules.mk: make the locked template available even if flock has not been built...Felix Fietkau2016-01-201-3/+7
* build: use a separate variable checking the subdir path (for host packages)Felix Fietkau2016-01-201-1/+2
* host-build.mk: change default installation prefix of package/* host builds to...Felix Fietkau2016-01-201-2/+2
* build: move host build directories of package/* to build_dir/target-*/host/Felix Fietkau2016-01-201-2/+5
* build: add pure make tolower/toupper funtions that do not require shell callsFelix Fietkau2016-01-031-0/+14
* gcc: remove version 4.6, it is no longer neededFelix Fietkau2015-11-101-1/+1
* build: add -Wno-error=unused-result to target cflagsFelix Fietkau2015-11-101-1/+1
* rules.mk: export STAGING_DIR_HOST to sub-makefiles and shellsFelix Fietkau2015-11-071-1/+1
* build: Allow kernel modules to set build ID debug symbolFelix Fietkau2015-10-301-1/+2
* rules.mk: remove GCC 4.4 and GCC 4.5 conditionalFelix Fietkau2015-08-251-2/+2
* toolchain: only use fortify-headers for muslSteven Barth2015-06-291-1/+5
* toolchain: add fortify-headers, enable FORTIFY_SOURCE by defaultSteven Barth2015-06-231-1/+1
* toolchain: switch to musl by default, except for mips64Felix Fietkau2015-06-151-1/+1
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-061-0/+2
* rules.mk: add newline definitionJohn Crispin2015-03-151-0/+5
* rules.mk: don't add staging_dir/host/bin/ path againJo-Philipp Wich2015-02-101-1/+1
* scripts: extend rstrip.sh to remove bad rpathsJo-Philipp Wich2015-02-101-0/+1
* rules.mk: use relative paths for BASH, TAR, FIND, PATCH, PYTHONJo-Philipp Wich2015-02-061-5/+5
* include: declare variables formerly set in tmp/.host.mkJo-Philipp Wich2015-02-051-0/+6
* build: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolc...Felix Fietkau2015-01-101-1/+1
* build: use gcc-provided ar, nm and ranlib where appropriateFelix Fietkau2014-12-271-5/+13
* rules.mk: reduce shexport to one line to allow it to be put in a target contextFelix Fietkau2014-10-221-2/+1
* build: clean up and optimize ipkg control generator codeFelix Fietkau2014-10-221-0/+1
* build: add $(STAGING_DIR_HOST)/usr/{include, lib} to build search path.John Crispin2014-10-201-2/+2
* build: override hardcoded paths to bison and m4 to make the SDK more relocatableFelix Fietkau2014-08-261-0/+3
* partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va...Felix Fietkau2014-03-221-0/+2
* build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level...Felix Fietkau2014-03-211-3/+0
* build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS...Felix Fietkau2014-03-211-6/+0
* build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA...Felix Fietkau2014-03-211-6/+0
* build: add a variable for the name of the {build,staging}_dir/{target,toolcha...Felix Fietkau2014-03-101-10/+10
* FPU type should not interfere with the ABI selection. Also make sure we eithe...Imre Kaloz2013-11-291-1/+8
* allow configuration of the target directory for binariesImre Kaloz2013-11-221-1/+1
* build: include the cpu type as part of the toolchain/target directory nameFelix Fietkau2013-09-261-11/+4
* build: decouple the mips16 support flag from the toolchainFelix Fietkau2013-08-141-8/+2
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+2
* build: add required exports for dependency trackingFelix Fietkau2013-07-181-1/+1
* build: move the XARGS variable out of the host checks, since a working xargs ...Felix Fietkau2013-07-101-0/+1
* rules.mk: use qstrip to reduce syntax highlighting issuesFelix Fietkau2013-07-101-1/+1
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support...Felix Fietkau2013-05-091-1/+1
* rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is usedJohn Crispin2013-05-061-0/+6
* toolchain: allow choosing the MIPS64 user-land ABIFlorian Fainelli2013-04-051-0/+5
* buildroot: factor knowledge of a 64bits architectureFlorian Fainelli2013-04-051-1/+1
* buildroot: allow enabling MIPS16 user-space buildFlorian Fainelli2013-04-051-0/+3
* rules.mk: MIPS16 builds get a different toolchainFlorian Fainelli2013-04-051-0/+1