- 20 Feb, 2013 1 commit
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35688
-
- 13 Jan, 2013 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 35144
-
- 02 Dec, 2012 2 commits
-
-
Jo-Philipp Wich authored
rules.mk: don't use $(realpath) in file_copy, the destination directory might not exist yet - spotted while doing a fresh build SVN-Revision: 34447
-
Jo-Philipp Wich authored
rules.mk: provide a macro "file_copy" which removes any symlink in the destination dir that would be overwritten SVN-Revision: 34437
-
- 23 Nov, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 34304
-
- 22 Nov, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 34300
-
- 06 Oct, 2012 1 commit
-
-
Felix Fietkau authored
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once SVN-Revision: 33631
-
- 22 Sep, 2012 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 33508
-
- 09 Sep, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 33351
-
- 10 Aug, 2012 2 commits
-
-
John Crispin authored
SVN-Revision: 33088
-
Florian Fainelli authored
Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
-
- 28 Jul, 2012 1 commit
-
-
John Crispin authored
SVN-Revision: 32902
-
- 20 Jun, 2012 1 commit
-
-
John Crispin authored
SVN-Revision: 32466
-
- 08 Jun, 2012 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 32129
-
- 06 Jun, 2012 1 commit
-
-
John Crispin authored
SVN-Revision: 32075
-
- 10 Apr, 2012 1 commit
-
-
John Crispin authored
Adds BUILD_SUFFIX to STAGING_DIR Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31233
-
- 01 Mar, 2012 3 commits
-
-
Felix Fietkau authored
SVN-Revision: 30762
-
Felix Fietkau authored
build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via lazy evaluation. this allows adding c++ specific cflags SVN-Revision: 30760
-
Felix Fietkau authored
SVN-Revision: 30759
-
- 20 Feb, 2012 1 commit
-
-
Felix Fietkau authored
strip kernel modules more aggressively: make all global symbols local, rename all symbols in the symbol table to make them compress better SVN-Revision: 30662
-
- 15 Feb, 2012 1 commit
-
-
Felix Fietkau authored
build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and newer to avoid stupid -Werror related package breakage SVN-Revision: 30556
-
- 29 Jan, 2012 1 commit
-
-
Jo-Philipp Wich authored
rules.mk: filter "." and "./" entries from $PATH, prevents toolchain build issues and likely other problems SVN-Revision: 29951
-
- 18 Jan, 2012 1 commit
-
-
Jo-Philipp Wich authored
use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. SVN-Revision: 29766
-
- 15 Jan, 2012 1 commit
-
-
John Crispin authored
SVN-Revision: 29754
-
- 05 Sep, 2011 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 28175
-
- 25 Jul, 2011 1 commit
-
-
Felix Fietkau authored
only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonour-copts warnings with external toolchains SVN-Revision: 27771
-
- 03 Jul, 2011 1 commit
-
-
John Crispin authored
SVN-Revision: 27403
-
- 11 Apr, 2011 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 26593
-
- 02 Apr, 2011 1 commit
-
-
Felix Fietkau authored
This patch allows to use the openwrt toolchain as external toolchain for the same project. See bug #9131 for details. Signed-off-by:
Sven Bachmann <dev@mcbachmann.de> SVN-Revision: 26405
-
- 26 Mar, 2011 2 commits
-
-
Felix Fietkau authored
Revert "kernel: remove all local symbols from kernel modules at link time to reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305
-
Felix Fietkau authored
SVN-Revision: 26304
-
- 18 Mar, 2011 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 26217
-
- 15 Mar, 2011 1 commit
-
-
Felix Fietkau authored
build: move the CCACHE_DIR to the build targets so that it doesn't interfere with a host ccache setup SVN-Revision: 26181
-
- 07 Mar, 2011 1 commit
-
-
Imre Kaloz authored
SVN-Revision: 25928
-
- 03 Mar, 2011 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 25841
-
- 25 Feb, 2011 1 commit
-
-
Imre Kaloz authored
We use different toolchain directories for different ARM archs, so we should set the default arch of gcc to reflect this. This enables EABI support for armv4 CPUs. Signed-off-by:
Jochen Friedrich <jochen@scram.de> SVN-Revision: 25705
-
- 13 Feb, 2011 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 25497
-
- 28 Jan, 2011 1 commit
-
-
Jo-Philipp Wich authored
remove support for disabling large file support, it is broken, breaks compatibility to anything and has no effect on most packages SVN-Revision: 25208
-
- 16 Jan, 2011 1 commit
-
-
Felix Fietkau authored
mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus The SPE FPU is ABI-incompatible with the regular powerpc FPU, this needs to be reflected in the toolchain target name. Fixes floating point crashes in user space SVN-Revision: 25018
-
- 13 Dec, 2010 1 commit
-
-
Jo-Philipp Wich authored
- implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk SVN-Revision: 24551
-