- Sep 09, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33351
-
- Aug 10, 2012
-
-
John Crispin authored
SVN-Revision: 33088
-
Florian Fainelli authored
Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
-
- Jul 28, 2012
-
-
John Crispin authored
SVN-Revision: 32902
-
- Jun 20, 2012
-
-
John Crispin authored
SVN-Revision: 32466
-
- Jun 08, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32129
-
- Jun 06, 2012
-
-
John Crispin authored
SVN-Revision: 32075
-
- Apr 10, 2012
-
-
John Crispin authored
Adds BUILD_SUFFIX to STAGING_DIR Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31233
-
- Mar 01, 2012
-
-
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
-
- Feb 20, 2012
-
-
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
-
- Feb 15, 2012
-
-
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
-
- Jan 29, 2012
-
-
Jo-Philipp Wich authored
rules.mk: filter "." and "./" entries from $PATH, prevents toolchain build issues and likely other problems SVN-Revision: 29951
-
- Jan 18, 2012
-
-
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
-
- Jan 15, 2012
-
-
John Crispin authored
SVN-Revision: 29754
-
- Sep 05, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 28175
-
- Jul 25, 2011
-
-
Felix Fietkau authored
only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonour-copts warnings with external toolchains SVN-Revision: 27771
-
- Jul 03, 2011
-
-
John Crispin authored
SVN-Revision: 27403
-
- Apr 11, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26593
-
- Apr 02, 2011
-
-
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
-
- Mar 26, 2011
-
-
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
-
- Mar 18, 2011
-
-
Felix Fietkau authored
SVN-Revision: 26217
-
- Mar 15, 2011
-
-
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
-
- Mar 07, 2011
-
-
Imre Kaloz authored
SVN-Revision: 25928
-
- Mar 03, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 25841
-
- Feb 25, 2011
-
-
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
-
- Feb 13, 2011
-
-
Felix Fietkau authored
SVN-Revision: 25497
-
- Jan 28, 2011
-
-
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
-
- Jan 16, 2011
-
-
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
-
- Dec 13, 2010
-
-
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
-
- Oct 31, 2010
-
-
Felix Fietkau authored
SVN-Revision: 23744
-
Felix Fietkau authored
fix usage of flock - use the command mode instead of locking a file descriptor to fix build issues on mac os x SVN-Revision: 23743
-
- Oct 29, 2010
-
-
Michael Büsch authored
SVN-Revision: 23708
-
- Oct 23, 2010
-
-
Michael Büsch authored
Add HOST_FPIC. It currently always is -fPIC, because that should work on all platforms, even if it may generate slightly inefficient code on some arches. SVN-Revision: 23598
-
- Oct 10, 2010
-
-
Jo-Philipp Wich authored
Add two debug rules the examine the values of runtime make variables. Based on patch by Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23389
-
- Oct 07, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 23286
-
- Sep 12, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 23042
-
Jo-Philipp Wich authored
Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overridden on a per-subtarget basis. This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace the target specific exceptions in package-defaults and Image Builder. SVN-Revision: 23029
-