kernel: take bcm47xx_nvram.h from kernel and not backports
[openwrt/staging/chunkeey.git] / rules.mk
2015-11-10 Felix Fietkaugcc: remove version 4.6, it is no longer needed
2015-11-10 Felix Fietkaubuild: add -Wno-error=unused-result to target cflags
2015-11-07 Felix Fietkaurules.mk: export STAGING_DIR_HOST to sub-makefiles...
2015-10-30 Felix Fietkaubuild: Allow kernel modules to set build ID debug symbol
2015-08-25 Felix Fietkaurules.mk: remove GCC 4.4 and GCC 4.5 conditional
2015-06-29 Steven Barthtoolchain: only use fortify-headers for musl
2015-06-23 Steven Barthtoolchain: add fortify-headers, enable FORTIFY_SOURCE...
2015-06-15 Felix Fietkautoolchain: switch to musl by default, except for mips64
2015-04-06 Felix Fietkaubuild: add integration for managing opkg package feed...
2015-03-15 John Crispinrules.mk: add newline definition
2015-02-10 Jo-Philipp Wichrules.mk: don't add staging_dir/host/bin/ path again
2015-02-10 Jo-Philipp Wichscripts: extend rstrip.sh to remove bad rpaths
2015-02-06 Jo-Philipp Wichrules.mk: use relative paths for BASH, TAR, FIND, PATCH...
2015-02-05 Jo-Philipp Wichinclude: declare variables formerly set in tmp/.host.mk
2015-01-10 Felix Fietkaubuild: do not assume that gcc-{ar,ranlib,nm} is usable...
2014-12-27 Felix Fietkaubuild: use gcc-provided ar, nm and ranlib where appropriate
2014-10-22 Felix Fietkaurules.mk: reduce shexport to one line to allow it to...
2014-10-22 Felix Fietkaubuild: clean up and optimize ipkg control generator...
2014-10-20 John Crispinbuild: add $(STAGING_DIR_HOST)/usr/{include, lib} to...
2014-08-26 Felix Fietkaubuild: override hardcoded paths to bison and m4 to...
2014-03-22 Felix Fietkaupartially revert "build: remove check for nonexistant...
2014-03-21 Felix Fietkaubuild: remove GREP_OPTIONS export from rules.mk, defini...
2014-03-21 Felix Fietkaubuild: remove check to nonexistant CONFIG_ENABLE_LOCALE...
2014-03-21 Felix Fietkaubuild: remove check for nonexistant CONFIG_TAR_VERBOSIT...
2014-03-10 Felix Fietkaubuild: add a variable for the name of the {build,stagin...
2013-11-29 Imre KalozFPU type should not interfere with the ABI selection...
2013-11-22 Imre Kalozallow configuration of the target directory for binaries
2013-09-26 Felix Fietkaubuild: include the cpu type as part of the toolchain...
2013-08-14 Felix Fietkaubuild: decouple the mips16 support flag from the toolchain
2013-07-29 Felix Fietkaubuild: unify target independent optimization options
2013-07-18 Felix Fietkaubuild: add required exports for dependency tracking
2013-07-10 Felix Fietkaubuild: move the XARGS variable out of the host checks...
2013-07-10 Felix Fietkaurules.mk: use qstrip to reduce syntax highlighting...
2013-05-09 Felix Fietkautoolchain: eliminate the INSTALL_LIBSTDCPP config symbo...
2013-05-06 John Crispinrules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is...
2013-04-05 Florian Fainellitoolchain: allow choosing the MIPS64 user-land ABI
2013-04-05 Florian Fainellibuildroot: factor knowledge of a 64bits architecture
2013-04-05 Florian Fainellibuildroot: allow enabling MIPS16 user-space build
2013-04-05 Florian Fainellirules.mk: MIPS16 builds get a different toolchain
2013-04-05 Florian Fainellirules.mk: Create TARGET_ASFLAGS; force -mno-mips16
2013-03-22 Felix Fietkaubuild: add a HOSTCXX variable pointing at the c++ compiler
2013-02-20 Gabor Juhosfix ARCH_SUFFIX for mips64{,el}r2
2013-01-13 Jo-Philipp Wichrules.mk: only select latest libgcc.a with wildcard...
2012-12-02 Jo-Philipp Wichrules.mk: don't use $(realpath) in file_copy, the desti...
2012-12-02 Jo-Philipp Wichrules.mk: provide a macro "file_copy" which removes...
2012-11-23 Jo-Philipp Wichrules.mk: fix misspelled config symbol introduced by...
2012-11-22 Jo-Philipp Wichrules.mk: append libc implementation to bin directory...
2012-10-06 Felix Fietkaubuild: rework the package/install step - collect packag...
2012-09-22 Felix Fietkaurules.mk: add TARGET_AR and TARGET_RANLIB
2012-09-09 Jo-Philipp Wichdo not pass optimization flags in HOST_CPPFLAGS (#12153)
2012-08-10 John Crispinremove duplicate HOSTCC_NOCACHE
2012-08-10 Florian Fainellimove LIB_SUFFIX from base-files to rules.mk
2012-07-28 John Crispinfix up scons vs ccache
2012-06-20 John Crispinadd and export HOSTCC_NOCACHE
2012-06-08 Felix Fietkaumake librpc compatible with eglibc, unconditionally...
2012-06-06 John Crispinadd ccache wrapper
2012-04-10 John CrispinUse build suffix on build_dir paths
2012-03-01 Felix Fietkaukernel: keep more symbols in the kernel modules when...
2012-03-01 Felix Fietkaubuild: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulti...
2012-03-01 Felix Fietkaukernel: do not rename module symbols with kallsyms...
2012-02-20 Felix Fietkaustrip kernel modules more aggressively: make all global...
2012-02-15 Felix Fietkaubuild: add -Wno-error=unused-but-set-variable to cflags...
2012-01-29 Jo-Philipp Wichrules.mk: filter "." and "./" entries from $PATH, preve...
2012-01-18 Jo-Philipp Wichuse ext-toolchain.sh to integrate external toolchains...
2012-01-15 John Crispintools: clean up Makefiles / make ccache work
2011-09-05 Jo-Philipp Wichrules.mk: provide a LIBGCC_A variable
2011-07-25 Felix Fietkauonly export GCC_HONOUR_COPTS for the built-in toolchain...
2011-07-03 John Crispinadd menuconfig option to enable log files during build...
2011-04-11 Jo-Philipp Wichrules.mk: properly populate $(LIBGCC_S) for external...
2011-04-02 Felix Fietkauset TOOLCHAIN_DIR var when using external toolchain
2011-03-26 Felix FietkauRevert "kernel: remove all local symbols from kernel...
2011-03-26 Felix Fietkaustrip .gnu.attributes and .reginfo from kernel modules
2011-03-18 Felix Fietkaustrip .note.gnu.build-id from kernel modules
2011-03-15 Felix Fietkaubuild: move the CCACHE_DIR to the build targets so...
2011-03-07 Imre Kalozonly support EABI on ARM targets
2011-03-03 Jo-Philipp Wichadd an abstract $(LIBRPC_DEPENDS) variable for feed...
2011-02-25 Imre KalozWe use different toolchain directories for different...
2011-02-13 Felix Fietkauadd a variable LIBRPC to refer to the external librpc...
2011-01-28 Jo-Philipp Wichremove support for disabling large file support, it...
2011-01-16 Felix Fietkaumpc85xx: add a new 'spe_fpu' feature flag for the FPU...
2010-12-13 Jo-Philipp Wich- implement hooks for hostbuilds - use host build hooks...
2010-10-31 Felix Fietkauremove an obsolete comment for the flock template
2010-10-31 Felix Fietkaufix usage of flock - use the command mode instead of...
2010-10-29 Michael BüschAdd macro for locking of recipe commands.
2010-10-23 Michael BüschAdd HOST_FPIC. It currently always is -fPIC, because...
2010-10-10 Jo-Philipp WichAdd two debug rules the examine the values of runtime...
2010-10-07 Jo-Philipp Wichrename PATCH to KPATCH
2010-09-12 Jo-Philipp Wichdrop the usr/ prefix when scanning for libgcc.a
2010-09-12 Jo-Philipp WichImplement an ARCH_PACKAGES variable which defaults...
2010-09-11 Florian Fainelliccache TARGET_CXX
2010-08-19 Felix Fietkaufix compile errors by forcing bash to be used as a...
2010-08-19 Felix Fietkautoolchain: fix the sysroot mess by getting rid of ...
2010-08-19 Felix Fietkauspeed up the build system by including include/shell...
2010-07-31 Florian Fainellifix for GREP_OPTIONS
2010-03-30 Nicolas Thillfix path to libgcc.a in LIBGCC_S
2010-03-29 Felix Fietkauuse lazy evaluation for TARGET_CONFIGURE_OPTS to make...
2010-03-14 Felix Fietkauadd an arch suffix for handling different variants...
2010-03-05 Travis Kementhere are quite a lot of package using ln -sf in their...
2010-02-27 Nicolas Thilluse distinct build/staging dirs for EABI/OABI builds
2010-02-27 Nicolas Thilluse a DIR_SUFFIX variable to hold libc/version and...
next