Use multi libc naming scheme for PACKAGE_DIR
[openwrt/svn-archive/archive.git] / rules.mk
2009-01-24 Lars-Peter ClausenUse multi libc naming scheme for PACKAGE_DIR
2009-01-17 Felix FietkauRevert r14071
2009-01-17 Felix Fietkauadd eabi suffix to the target name
2009-01-13 Felix Fietkauadd support for an optional staging directory for debug...
2009-01-08 Nicolas Thill[massive] add support for alternative C libraries ...
2009-01-06 Felix Fietkauadd the make variable LIBGCC_S, which points to the...
2008-09-13 Felix Fietkaufix whitespace order in cflags without CONFIG_DEBUG...
2008-09-13 Lars-Peter ClausenRevert r12510. Remove -rpath-link form TARGET_LDFLAGS...
2008-09-13 Felix Fietkauadd new option for enabling debugging symbols
2008-09-03 Felix Fietkauadd -rpath-link to TARGET_LDFLAGS by default
2008-09-01 Felix Fietkauadd TARGET_CXX variable which points to the c++ cross...
2008-08-16 Felix Fietkaurework parallel building to get rid of some warnings
2008-08-06 Felix Fietkauadd a variable that contains the proper architecture...
2008-07-31 Felix Fietkauadd helper macro for stripping the last part of a versi...
2008-07-19 Florian FainelliNative toolchain does not support -fhonour-copts, do...
2008-06-10 John Crispinadds missing patch for native toolchain
2008-06-09 Felix Fietkaularge improvement for parallel builds. works without...
2008-04-15 Nicolas Thill$(TARGET) is not anymore, replace it with $(ARCH) in...
2008-02-14 Felix Fietkaurevert ARM to oabi by default, add some eabi patches...
2008-01-14 Felix Fietkauadd $(TOOLCHAIN_DIR)/lib to $(TARGET_LDFLAGS) to ensure...
2007-12-28 Imre Kalozfixup softfloat handling
2007-12-27 Felix Fietkauadd $(STAGING_DIR)/host, which contains target specific...
2007-12-23 Felix Fietkauremove $(STAGING_DIR)/usr/bin from $(TARGET_PATH)
2007-12-13 Felix Fietkauhopefully fix occasional uClibc/gcc build failures
2007-11-17 Felix Fietkaufix hostapd rebuild check, isolate the common src/...
2007-11-16 Felix Fietkaufix config change detect for hostapd
2007-11-10 Felix Fietkauadd config symbols for the kernel version
2007-10-29 Felix Fietkaufix empty download dir error
2007-10-24 Florian FainelliTreat i686 as an i386 if present, fixes build errors...
2007-10-20 John Crispinrefreshed madwifi patches
2007-10-14 John Crispinadd possibility to set default .config values
2007-10-07 John Crispinchanged the -fhonours-copts gcc patch, such that the...
2007-10-06 Felix Fietkauexport STAGING_DIR
2007-09-29 Felix FietkauRefactor downloading code into download.mk
2007-09-08 Felix Fietkaumajor target cleanup. it is now possible to have subtar...
2007-09-03 Nicolas Thillmove TARGET_* flags from ./include/package-default...
2007-09-03 Nicolas Thillmove ipkg related vars from ./rules.mk to ./include...
2007-09-03 Nicolas Thillremove uneeded PATH setting in ipkg invocation
2007-08-30 Felix Fietkauclean up recursive dependency handling, use timestamp...
2007-08-19 Nicolas Thilladd back STAGING_DIR/usr/bin to TARGET_PATH until all...
2007-08-07 Felix Fietkaubuild system cleanup/restructuring as described in...
2007-07-31 Felix FietkauPort the mbsd_multi patch from freewrt, which adds...
2007-07-28 Felix Fietkaumore build system cleanup
2007-07-19 Florian FainelliAdd optionnal support for a BUILD_DIR suffix (#2057)
2007-06-26 Felix Fietkaudon't include .config if DUMP is set
2007-06-04 Hamish GuthrieRemove a debug statement from trx.c, add config changes...
2007-04-18 Felix Fietkauthe default_subtargets template was a bad idea, since...
2007-04-18 Felix FietkauImproved autorebuild for kernel related stuff.
2007-04-04 Mike Bakerrevert [6857] for rules.mk; make cannot parse dependanc...
2007-04-03 Mike BakerTidy up Makefiles
2007-03-22 Hamish GuthrieAdded rule for objdump
2007-02-25 Felix Fietkauclean up stampfile mess for tools/ and toolchain/
2007-02-09 Felix Fietkaumore fixes for rstrip.sh and kernel modules - fixes...
2007-02-06 Felix Fietkaufix overzealous kmod stripping - it killed kernel modul...
2007-01-21 Felix Fietkauanother compile fix
2007-01-21 Felix Fietkaupass the CFLAGS through the environment on compile...
2007-01-01 Rod WhitbyAdded OBJCOPY variable for calling the cross-objcopy...
2006-12-31 Florian FainelliAdd an install rule for configuration files
2006-12-27 Felix Fietkauadd staging_dir_*/usr/sbin to the TARGET_PATH (for...
2006-11-22 Felix Fietkauadd INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables
2006-11-12 Felix Fietkauspeed up the build system a little bit
2006-11-11 Felix Fietkaumake target/linux/* directories self-contained, use...
2006-10-14 Felix Fietkauuse := for TAR_OPTIONS
2006-10-14 Felix Fietkaumove '-' parameter to TAR_OPTIONS, so that packages...
2006-10-13 Felix Fietkaufinally move buildroot-ng to trunk