summaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Expand)AuthorAge
* 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
* toolchain: allow choosing the MIPS64 user-land ABIFlorian Fainelli2013-04-05
* buildroot: factor knowledge of a 64bits architectureFlorian Fainelli2013-04-05
* buildroot: allow enabling MIPS16 user-space buildFlorian Fainelli2013-04-05
* rules.mk: MIPS16 builds get a different toolchainFlorian Fainelli2013-04-05
* rules.mk: Create TARGET_ASFLAGS; force -mno-mips16Florian Fainelli2013-04-05
* build: add a HOSTCXX variable pointing at the c++ compilerFelix Fietkau2013-03-22
* fix ARCH_SUFFIX for mips64{,el}r2Gabor Juhos2013-02-20
* rules.mk: only select latest libgcc.a with wildcard match (#12798)Jo-Philipp Wich2013-01-13
* rules.mk: don't use $(realpath) in file_copy, the destination directory might...Jo-Philipp Wich2012-12-02
* rules.mk: provide a macro "file_copy" which removes any symlink in the destin...Jo-Philipp Wich2012-12-02
* rules.mk: fix misspelled config symbol introduced by r34300Jo-Philipp Wich2012-11-23
* rules.mk: append libc implementation to bin directory name if not using uClibcJo-Philipp Wich2012-11-22
* build: rework the package/install step - collect package install lists during...Felix Fietkau2012-10-06
* rules.mk: add TARGET_AR and TARGET_RANLIBFelix Fietkau2012-09-22
* do not pass optimization flags in HOST_CPPFLAGS (#12153)Jo-Philipp Wich2012-09-09
* remove duplicate HOSTCC_NOCACHEJohn Crispin2012-08-10
* move LIB_SUFFIX from base-files to rules.mkFlorian Fainelli2012-08-10
* fix up scons vs ccacheJohn Crispin2012-07-28
* add and export HOSTCC_NOCACHEJohn Crispin2012-06-20
* make librpc compatible with eglibc, unconditionally enable it for packages th...Felix Fietkau2012-06-08
* add ccache wrapperJohn Crispin2012-06-06
* Use build suffix on build_dir pathsJohn Crispin2012-04-10
* kernel: keep more symbols in the kernel modules when doing profilingFelix Fietkau2012-03-01
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...Felix Fietkau2012-03-01