summaryrefslogtreecommitdiffstats
path: root/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* Add macro for locking of recipe commands.mb2010-10-291-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add HOST_FPIC. It currently always is -fPIC, because that should work on all ↵mb2010-10-231-0/+2
| | | | | | platforms, even if it may generate slightly inefficient code on some arches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] Add two debug rules the examine the values of runtime make ↵jow2010-10-101-0/+12
| | | | | | | | | variables. Based on patch by Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] rename PATCH to KPATCHjow2010-10-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] drop the usr/ prefix when scanning for libgcc.ajow2010-09-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] Implement an ARCH_PACKAGES variable which defaults to BOARD but ↵jow2010-09-121-0/+1
| | | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] ccache TARGET_CXXflorian2010-09-111-0/+1
| | | | | | Signed-off-by: Alam Arias <Alam.GBC@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile errors by forcing bash to be used as a shell in all submake ↵nbd2010-08-191-0/+1
| | | | | | processes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵nbd2010-08-191-1/+1
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up the build system by including include/shell.sh on shell commands ↵nbd2010-08-191-2/+1
| | | | | | only where necessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] fix for GREP_OPTIONSflorian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to libgcc.a in LIBGCC_Snico2010-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to ↵nbd2010-03-291-1/+1
| | | | | | override TARGET_CC and TARGET_CXX git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an arch suffix for handling different variants of arm/mips for the ↵nbd2010-03-141-4/+21
| | | | | | toolchain/target directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* there are quite a lot of package using ln -sf in their Makefile, sothepeople2010-03-051-1/+2
| | | | | | | | | | | | | this patch adds LN:=ln -sf to rules.mk -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use distinct build/staging dirs for EABI/OABI buildsnico2010-02-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use a DIR_SUFFIX variable to hold libc/version and use it in build/staging ↵nico2010-02-271-4/+5
| | | | | | dir names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵nbd2010-02-241-1/+0
| | | | | | was added git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add include_mk template which makes it a bit more convienient to include packagelars2010-02-241-0/+4
| | | | | | | installed mk files. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config item to specify arguments to stripnico2010-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, forgot one small change in the last commitnbd2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the redundant subdirectory from the packages directory variablenbd2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* output firmware files in bin/$(BOARD) instead of bin/florian2009-12-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typonbd2009-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some extra stripping options for kernel modules to reduce size even more ↵nbd2009-10-221-1/+1
| | | | | | (thx, matteo) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add external toolchain support, enhance native toolchain support ↵nico2009-09-231-19/+53
| | | | | | (special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the package dir to bin/packages/$(BOARD)_$(LIBC)-$(LIBCV) to prevent ↵nbd2009-08-201-1/+1
| | | | | | multiple configs with the same arch from deleting each others' packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a staging directory for unstripped package files, useful for debugging, ↵nbd2009-08-071-0/+1
| | | | | | will be used for mklibs integration later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add -L$(TOOLCHAIN_DIR)/lib to the LIBGCC_S variable, if necessarynbd2009-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] do not set anything in DISABLE_IPV6 when set, let the package pick ↵florian2009-08-011-1/+1
| | | | | | up the defaults git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] globally define IPv6 support or not in OpenWrt, just like for ↵florian2009-07-251-3/+11
| | | | | | largefiles, ipv6 disabled by default (#4857) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config option to select the binary stripping method to use (between ↵nico2009-07-071-1/+8
| | | | | | none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.lars2009-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirralph2009-05-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move cflags default setting to target makefilesnbd2009-03-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile ↵nbd2009-03-091-1/+2
| | | | | | targets, should fix usage of cross tools with host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace a few unnecessary $(shell) callsnbd2009-03-031-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up metadata scanning a lot by avoiding unnecessary shell commands and ↵nbd2009-03-031-0/+2
| | | | | | make recursions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* second part of target rootfs relocationralph2009-02-201-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove LINUX_HEADERS_DIR, not used anymorenico2009-01-291-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] indent soft-float optionsnico2009-01-291-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move IPKG_STATE_DIR from ./rules.mk to ./include/package-ipkg.mk and change ↵nico2009-01-291-1/+0
| | | | | | its value to suit opkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use multi libc naming scheme for PACKAGE_DIRlars2009-01-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert r14071nbd2009-01-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add eabi suffix to the target namenbd2009-01-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for an optional staging directory for debug binariesnbd2009-01-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [massive] add support for alternative C libraries (currently only glibc/eglibc)nico2009-01-081-10/+13
| | | | | | | | | | | other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the make variable LIBGCC_S, which points to the correct libgcc ldflag ↵nbd2009-01-061-0/+1
| | | | | | (avr32 only has a static library, most targets use the dynamic one) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix whitespace order in cflags without CONFIG_DEBUG to prevent breakage in ↵nbd2008-09-131-1/+1
| | | | | | some packages' configure step git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12601 3c298f89-4303-0410-b956-a3cf2f4a3e73