summaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* set TOOLCHAIN_DIR var when using external toolchainFelix Fietkau2011-04-021-0/+1
| | | | | | | | | 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
* Revert "kernel: remove all local symbols from kernel modules at link time to ↵Felix Fietkau2011-03-261-1/+1
| | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305
* strip .gnu.attributes and .reginfo from kernel modulesFelix Fietkau2011-03-261-1/+1
| | | | SVN-Revision: 26304
* strip .note.gnu.build-id from kernel modulesFelix Fietkau2011-03-181-1/+1
| | | | SVN-Revision: 26217
* build: move the CCACHE_DIR to the build targets so that it doesn't interfere ↵Felix Fietkau2011-03-151-2/+0
| | | | | | with a host ccache setup SVN-Revision: 26181
* only support EABI on ARM targetsImre Kaloz2011-03-071-1/+1
| | | | SVN-Revision: 25928
* add an abstract $(LIBRPC_DEPENDS) variable for feed packages to rely onJo-Philipp Wich2011-03-031-0/+1
| | | | SVN-Revision: 25841
* We use different toolchain directories for different ARM archs, so we should ↵Imre Kaloz2011-02-251-12/+6
| | | | | | | | | | 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
* add a variable LIBRPC to refer to the external librpc if usedFelix Fietkau2011-02-131-0/+3
| | | | SVN-Revision: 25497
* remove support for disabling large file support, it is broken, breaks ↵Jo-Philipp Wich2011-01-281-6/+0
| | | | | | compatibility to anything and has no effect on most packages SVN-Revision: 25208
* mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale ↵Felix Fietkau2011-01-161-0/+3
| | | | | | 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
* - implement hooks for hostbuilds - use host build hooks to implement fixups ↵Jo-Philipp Wich2010-12-131-0/+4
| | | | | | for host build - move separator declaration to rules.mk SVN-Revision: 24551
* remove an obsolete comment for the flock templateFelix Fietkau2010-10-311-1/+0
| | | | SVN-Revision: 23744
* fix usage of flock - use the command mode instead of locking a file ↵Felix Fietkau2010-10-311-3/+4
| | | | | | descriptor to fix build issues on mac os x SVN-Revision: 23743
* Add macro for locking of recipe commands.Michael Büsch2010-10-291-0/+10
| | | | SVN-Revision: 23708
* Add HOST_FPIC. It currently always is -fPIC, because that should work on all ↵Michael Büsch2010-10-231-0/+2
| | | | | | platforms, even if it may generate slightly inefficient code on some arches. SVN-Revision: 23598
* Add two debug rules the examine the values of runtime make variables. Based ↵Jo-Philipp Wich2010-10-101-0/+12
| | | | | | on patch by Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23389
* rename PATCH to KPATCHJo-Philipp Wich2010-10-071-1/+1
| | | | SVN-Revision: 23286
* drop the usr/ prefix when scanning for libgcc.aJo-Philipp Wich2010-09-121-1/+1
| | | | SVN-Revision: 23042
* Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵Jo-Philipp Wich2010-09-121-0/+1
| | | | | | 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
* ccache TARGET_CXXFlorian Fainelli2010-09-111-0/+1
| | | | | | Signed-off-by: Alam Arias <Alam.GBC@gmail.com> SVN-Revision: 23008
* fix compile errors by forcing bash to be used as a shell in all submake ↵Felix Fietkau2010-08-191-0/+1
| | | | | | processes SVN-Revision: 22726
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-1/+1
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* speed up the build system by including include/shell.sh on shell commands ↵Felix Fietkau2010-08-191-2/+1
| | | | | | only where necessary SVN-Revision: 22720
* fix for GREP_OPTIONSFlorian Fainelli2010-07-311-0/+3
| | | | | | | | | When using GREP_OPTIONS to supply default options to grep, the buildsystem might get broken (For example adding --color=always breaks it) This patch will empty the GREP_OPTIONS to prevent the described (and any other) problems related to GREP_OPTIONS Signed-off-by: Maarten Bezemer <m.m.bezemer@utwente.nl> SVN-Revision: 22443
* fix path to libgcc.a in LIBGCC_SNicolas Thill2010-03-301-1/+1
| | | | SVN-Revision: 20593
* use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to ↵Felix Fietkau2010-03-291-1/+1
| | | | | | override TARGET_CC and TARGET_CXX SVN-Revision: 20566
* add an arch suffix for handling different variants of arm/mips for the ↵Felix Fietkau2010-03-141-4/+21
| | | | | | toolchain/target directories SVN-Revision: 20215
* there are quite a lot of package using ln -sf in their Makefile, so this ↵Travis Kemen2010-03-051-1/+2
| | | | | | | | | | | | patch adds LN:=ln -sf to rules.mk -Raphael SVN-Revision: 19998
* use distinct build/staging dirs for EABI/OABI buildsNicolas Thill2010-02-271-1/+1
| | | | SVN-Revision: 19885
* use a DIR_SUFFIX variable to hold libc/version and use it in build/staging ↵Nicolas Thill2010-02-271-4/+5
| | | | | | dir names SVN-Revision: 19884
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵Felix Fietkau2010-02-241-1/+0
| | | | | | was added SVN-Revision: 19849
* Add include_mk template which makes it a bit more convienient to include ↵Lars-Peter Clausen2010-02-241-0/+4
| | | | | | package installed mk files. SVN-Revision: 19847
* add a config item to specify arguments to stripNicolas Thill2010-01-221-1/+1
| | | | SVN-Revision: 19270
* oops, forgot one small change in the last commitFelix Fietkau2009-12-041-1/+1
| | | | SVN-Revision: 18640
* remove the redundant subdirectory from the packages directory variableFelix Fietkau2009-12-041-1/+1
| | | | SVN-Revision: 18639
* output firmware files in bin/$(BOARD) instead of bin/Florian Fainelli2009-12-031-1/+1
| | | | SVN-Revision: 18624
* fix a typoFelix Fietkau2009-10-221-1/+1
| | | | SVN-Revision: 18122
* add some extra stripping options for kernel modules to reduce size even more ↵Felix Fietkau2009-10-221-1/+1
| | | | | | (thx, matteo) SVN-Revision: 18121
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-231-19/+53
| | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682
* move the package dir to bin/packages/$(BOARD)_$(LIBC)-$(LIBCV) to prevent ↵Felix Fietkau2009-08-201-1/+1
| | | | | | multiple configs with the same arch from deleting each others' packages SVN-Revision: 17329
* add a staging directory for unstripped package files, useful for debugging, ↵Felix Fietkau2009-08-071-0/+1
| | | | | | will be used for mklibs integration later SVN-Revision: 17167
* add -L$(TOOLCHAIN_DIR)/lib to the LIBGCC_S variable, if necessaryFelix Fietkau2009-08-011-1/+1
| | | | SVN-Revision: 17082
* do not set anything in DISABLE_IPV6 when set, let the package pick up the ↵Florian Fainelli2009-08-011-1/+1
| | | | | | defaults SVN-Revision: 17077
* globally define IPv6 support or not in OpenWrt, just like for largefiles, ↵Florian Fainelli2009-07-251-3/+11
| | | | | | ipv6 disabled by default (#4857) SVN-Revision: 16983
* add a config option to select the binary stripping method to use (between ↵Nicolas Thill2009-07-071-1/+8
| | | | | | none, strip & sstrip) SVN-Revision: 16728
* Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.Lars-Peter Clausen2009-05-301-1/+1
| | | | SVN-Revision: 16213
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hempel2009-05-281-0/+1
| | | | SVN-Revision: 16148
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* move cflags default setting to target makefilesFelix Fietkau2009-03-141-0/+1
| | | | SVN-Revision: 14866