| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | rules.mk: use qstrip to reduce syntax highlighting issues | Felix Fietkau | 2013-07-10 | 1 | -1/+1 |
* | toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support... | Felix Fietkau | 2013-05-09 | 1 | -1/+1 |
* | rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is used | John Crispin | 2013-05-06 | 1 | -0/+6 |
* | toolchain: allow choosing the MIPS64 user-land ABI | Florian Fainelli | 2013-04-05 | 1 | -0/+5 |
* | buildroot: factor knowledge of a 64bits architecture | Florian Fainelli | 2013-04-05 | 1 | -1/+1 |
* | buildroot: allow enabling MIPS16 user-space build | Florian Fainelli | 2013-04-05 | 1 | -0/+3 |
* | rules.mk: MIPS16 builds get a different toolchain | Florian Fainelli | 2013-04-05 | 1 | -0/+1 |
* | rules.mk: Create TARGET_ASFLAGS; force -mno-mips16 | Florian Fainelli | 2013-04-05 | 1 | -1/+5 |
* | build: add a HOSTCXX variable pointing at the c++ compiler | Felix Fietkau | 2013-03-22 | 1 | -0/+3 |
* | fix ARCH_SUFFIX for mips64{,el}r2 | Gabor Juhos | 2013-02-20 | 1 | -1/+1 |
* | rules.mk: only select latest libgcc.a with wildcard match (#12798) | Jo-Philipp Wich | 2013-01-13 | 1 | -2/+2 |
* | rules.mk: don't use $(realpath) in file_copy, the destination directory might... | Jo-Philipp Wich | 2012-12-02 | 1 | -1/+1 |
* | rules.mk: provide a macro "file_copy" which removes any symlink in the destin... | Jo-Philipp Wich | 2012-12-02 | 1 | -0/+18 |
* | rules.mk: fix misspelled config symbol introduced by r34300 | Jo-Philipp Wich | 2012-11-23 | 1 | -1/+1 |
* | rules.mk: append libc implementation to bin directory name if not using uClibc | Jo-Philipp Wich | 2012-11-22 | 1 | -0/+1 |
* | build: rework the package/install step - collect package install lists during... | Felix Fietkau | 2012-10-06 | 1 | -0/+1 |
* | rules.mk: add TARGET_AR and TARGET_RANLIB | Felix Fietkau | 2012-09-22 | 1 | -0/+2 |
* | do not pass optimization flags in HOST_CPPFLAGS (#12153) | Jo-Philipp Wich | 2012-09-09 | 1 | -1/+2 |
* | remove duplicate HOSTCC_NOCACHE | John Crispin | 2012-08-10 | 1 | -1/+0 |
* | move LIB_SUFFIX from base-files to rules.mk | Florian Fainelli | 2012-08-10 | 1 | -0/+4 |
* | fix up scons vs ccache | John Crispin | 2012-07-28 | 1 | -6/+7 |
* | add and export HOSTCC_NOCACHE | John Crispin | 2012-06-20 | 1 | -0/+2 |
* | make librpc compatible with eglibc, unconditionally enable it for packages th... | Felix Fietkau | 2012-06-08 | 1 | -3/+1 |
* | add ccache wrapper | John Crispin | 2012-06-06 | 1 | -2/+6 |
* | Use build suffix on build_dir paths | John Crispin | 2012-04-10 | 1 | -2/+2 |
* | kernel: keep more symbols in the kernel modules when doing profiling | Felix Fietkau | 2012-03-01 | 1 | -1/+3 |
* | build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz... | Felix Fietkau | 2012-03-01 | 1 | -0/+1 |