aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Expand)AuthorAge
* fix ARCH_SUFFIX for mips64{,el}r2Gabor Juhos2013-02-20
* rules.mk: only select latest libgcc.a with wildcard match (#12798)Jo-Philipp Wich2013-01-13
* rules.mk: don't use $(realpath) in file_copy, the destination directory might...Jo-Philipp Wich2012-12-02
* rules.mk: provide a macro "file_copy" which removes any symlink in the destin...Jo-Philipp Wich2012-12-02
* rules.mk: fix misspelled config symbol introduced by r34300Jo-Philipp Wich2012-11-23
* rules.mk: append libc implementation to bin directory name if not using uClibcJo-Philipp Wich2012-11-22
* build: rework the package/install step - collect package install lists during...Felix Fietkau2012-10-06
* rules.mk: add TARGET_AR and TARGET_RANLIBFelix Fietkau2012-09-22
* do not pass optimization flags in HOST_CPPFLAGS (#12153)Jo-Philipp Wich2012-09-09
* remove duplicate HOSTCC_NOCACHEJohn Crispin2012-08-10
* move LIB_SUFFIX from base-files to rules.mkFlorian Fainelli2012-08-10
* fix up scons vs ccacheJohn Crispin2012-07-28
* add and export HOSTCC_NOCACHEJohn Crispin2012-06-20
* make librpc compatible with eglibc, unconditionally enable it for packages th...Felix Fietkau2012-06-08
* add ccache wrapperJohn Crispin2012-06-06
* Use build suffix on build_dir pathsJohn Crispin2012-04-10
* kernel: keep more symbols in the kernel modules when doing profilingFelix Fietkau2012-03-01
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...Felix Fietkau2012-03-01
* kernel: do not rename module symbols with kallsyms enabledFelix Fietkau2012-03-01
* strip kernel modules more aggressively: make all global symbols local, rename...Felix Fietkau2012-02-20
* build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and newer...Felix Fietkau2012-02-15
* rules.mk: filter "." and "./" entries from $PATH, prevents toolchain build is...Jo-Philipp Wich2012-01-29
* use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to...Jo-Philipp Wich2012-01-18
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-15
* rules.mk: provide a LIBGCC_A variableJo-Philipp Wich2011-09-05
* only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonou...Felix Fietkau2011-07-25
* add menuconfig option to enable log files during build processJohn Crispin2011-07-03
* rules.mk: properly populate $(LIBGCC_S) for external toolchainsJo-Philipp Wich2011-04-11
* set TOOLCHAIN_DIR var when using external toolchainFelix Fietkau2011-04-02
* Revert "kernel: remove all local symbols from kernel modules at link time to ...Felix Fietkau2011-03-26
* strip .gnu.attributes and .reginfo from kernel modulesFelix Fietkau2011-03-26
* strip .note.gnu.build-id from kernel modulesFelix Fietkau2011-03-18
* build: move the CCACHE_DIR to the build targets so that it doesn't interfere ...Felix Fietkau2011-03-15
* only support EABI on ARM targetsImre Kaloz2011-03-07
* add an abstract $(LIBRPC_DEPENDS) variable for feed packages to rely onJo-Philipp Wich2011-03-03
* We use different toolchain directories for different ARM archs, so we should ...Imre Kaloz2011-02-25
* add a variable LIBRPC to refer to the external librpc if usedFelix Fietkau2011-02-13
* remove support for disabling large file support, it is broken, breaks compati...Jo-Philipp Wich2011-01-28
* mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale power...Felix Fietkau2011-01-16
* - implement hooks for hostbuilds - use host build hooks to implement fixups f...Jo-Philipp Wich2010-12-13
* remove an obsolete comment for the flock templateFelix Fietkau2010-10-31
* fix usage of flock - use the command mode instead of locking a file descripto...Felix Fietkau2010-10-31
* Add macro for locking of recipe commands.Michael Büsch2010-10-29
* Add HOST_FPIC. It currently always is -fPIC, because that should work on all ...Michael Büsch2010-10-23
* Add two debug rules the examine the values of runtime make variables. Based o...Jo-Philipp Wich2010-10-10
* rename PATCH to KPATCHJo-Philipp Wich2010-10-07
* drop the usr/ prefix when scanning for libgcc.aJo-Philipp Wich2010-09-12
* Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overri...Jo-Philipp Wich2010-09-12
* ccache TARGET_CXXFlorian Fainelli2010-09-11
* fix compile errors by forcing bash to be used as a shell in all submake proce...Felix Fietkau2010-08-19