Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | rules.mk: only select latest libgcc.a with wildcard match (#12798) | Jo-Philipp Wich | 2013-01-13 | |
| | | | | SVN-Revision: 35144 | |||
* | rules.mk: don't use $(realpath) in file_copy, the destination directory ↵ | Jo-Philipp Wich | 2012-12-02 | |
| | | | | | | might not exist yet - spotted while doing a fresh build SVN-Revision: 34447 | |||
* | rules.mk: provide a macro "file_copy" which removes any symlink in the ↵ | Jo-Philipp Wich | 2012-12-02 | |
| | | | | | | destination dir that would be overwritten SVN-Revision: 34437 | |||
* | rules.mk: fix misspelled config symbol introduced by r34300 | Jo-Philipp Wich | 2012-11-23 | |
| | | | | SVN-Revision: 34304 | |||
* | rules.mk: append libc implementation to bin directory name if not using uClibc | Jo-Philipp Wich | 2012-11-22 | |
| | | | | SVN-Revision: 34300 | |||
* | build: rework the package/install step - collect package install lists ↵ | Felix Fietkau | 2012-10-06 | |
| | | | | | | during package/compile, then install all packages at once SVN-Revision: 33631 | |||
* | rules.mk: add TARGET_AR and TARGET_RANLIB | Felix Fietkau | 2012-09-22 | |
| | | | | SVN-Revision: 33508 | |||
* | do not pass optimization flags in HOST_CPPFLAGS (#12153) | Jo-Philipp Wich | 2012-09-09 | |
| | | | | SVN-Revision: 33351 | |||
* | remove duplicate HOSTCC_NOCACHE | John Crispin | 2012-08-10 | |
| | | | | SVN-Revision: 33088 | |||
* | move LIB_SUFFIX from base-files to rules.mk | Florian Fainelli | 2012-08-10 | |
| | | | | | | Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080 | |||
* | fix up scons vs ccache | John Crispin | 2012-07-28 | |
| | | | | SVN-Revision: 32902 | |||
* | add and export HOSTCC_NOCACHE | John Crispin | 2012-06-20 | |
| | | | | SVN-Revision: 32466 | |||
* | make librpc compatible with eglibc, unconditionally enable it for packages ↵ | Felix Fietkau | 2012-06-08 | |
| | | | | | | that need rpc support SVN-Revision: 32129 | |||
* | add ccache wrapper | John Crispin | 2012-06-06 | |
| | | | | SVN-Revision: 32075 | |||
* | Use build suffix on build_dir paths | John Crispin | 2012-04-10 | |
| | | | | | | | | Adds BUILD_SUFFIX to STAGING_DIR Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31233 | |||
* | kernel: keep more symbols in the kernel modules when doing profiling | Felix Fietkau | 2012-03-01 | |
| | | | | SVN-Revision: 30762 | |||
* | build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via ↵ | Felix Fietkau | 2012-03-01 | |
| | | | | | | lazy evaluation. this allows adding c++ specific cflags SVN-Revision: 30760 | |||
* | kernel: do not rename module symbols with kallsyms enabled | Felix Fietkau | 2012-03-01 | |
| | | | | SVN-Revision: 30759 | |||
* | strip kernel modules more aggressively: make all global symbols local, ↵ | Felix Fietkau | 2012-02-20 | |
| | | | | | | rename all symbols in the symbol table to make them compress better SVN-Revision: 30662 | |||
* | build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and ↵ | Felix Fietkau | 2012-02-15 | |
| | | | | | | newer to avoid stupid -Werror related package breakage SVN-Revision: 30556 | |||
* | rules.mk: filter "." and "./" entries from $PATH, prevents toolchain build ↵ | Jo-Philipp Wich | 2012-01-29 | |
| | | | | | | issues and likely other problems SVN-Revision: 29951 | |||
* | use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh ↵ | Jo-Philipp Wich | 2012-01-18 | |
| | | | | | | to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. SVN-Revision: 29766 | |||
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | |
| | | | | SVN-Revision: 29754 | |||
* | rules.mk: provide a LIBGCC_A variable | Jo-Philipp Wich | 2011-09-05 | |
| | | | | SVN-Revision: 28175 | |||
* | only export GCC_HONOUR_COPTS for the built-in toolchain, fixes ↵ | Felix Fietkau | 2011-07-25 | |
| | | | | | | missing-fhonour-copts warnings with external toolchains SVN-Revision: 27771 | |||
* | add menuconfig option to enable log files during build process | John Crispin | 2011-07-03 | |
| | | | | SVN-Revision: 27403 | |||
* | rules.mk: properly populate $(LIBGCC_S) for external toolchains | Jo-Philipp Wich | 2011-04-11 | |
| | | | | SVN-Revision: 26593 | |||
* | set TOOLCHAIN_DIR var when using external toolchain | Felix Fietkau | 2011-04-02 | |
| | | | | | | | | | 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 Fietkau | 2011-03-26 | |
| | | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305 | |||
* | strip .gnu.attributes and .reginfo from kernel modules | Felix Fietkau | 2011-03-26 | |
| | | | | SVN-Revision: 26304 | |||
* | strip .note.gnu.build-id from kernel modules | Felix Fietkau | 2011-03-18 | |
| | | | | SVN-Revision: 26217 | |||
* | build: move the CCACHE_DIR to the build targets so that it doesn't interfere ↵ | Felix Fietkau | 2011-03-15 | |
| | | | | | | with a host ccache setup SVN-Revision: 26181 | |||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | |
| | | | | SVN-Revision: 25928 | |||
* | add an abstract $(LIBRPC_DEPENDS) variable for feed packages to rely on | Jo-Philipp Wich | 2011-03-03 | |
| | | | | SVN-Revision: 25841 | |||
* | We use different toolchain directories for different ARM archs, so we should ↵ | Imre Kaloz | 2011-02-25 | |
| | | | | | | | | | | 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 used | Felix Fietkau | 2011-02-13 | |
| | | | | SVN-Revision: 25497 | |||
* | remove support for disabling large file support, it is broken, breaks ↵ | Jo-Philipp Wich | 2011-01-28 | |
| | | | | | | 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 Fietkau | 2011-01-16 | |
| | | | | | | 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 Wich | 2010-12-13 | |
| | | | | | | for host build - move separator declaration to rules.mk SVN-Revision: 24551 | |||
* | remove an obsolete comment for the flock template | Felix Fietkau | 2010-10-31 | |
| | | | | SVN-Revision: 23744 | |||
* | fix usage of flock - use the command mode instead of locking a file ↵ | Felix Fietkau | 2010-10-31 | |
| | | | | | | descriptor to fix build issues on mac os x SVN-Revision: 23743 | |||
* | Add macro for locking of recipe commands. | Michael Büsch | 2010-10-29 | |
| | | | | SVN-Revision: 23708 | |||
* | Add HOST_FPIC. It currently always is -fPIC, because that should work on all ↵ | Michael Büsch | 2010-10-23 | |
| | | | | | | 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 Wich | 2010-10-10 | |
| | | | | | | on patch by Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23389 | |||
* | rename PATCH to KPATCH | Jo-Philipp Wich | 2010-10-07 | |
| | | | | SVN-Revision: 23286 | |||
* | drop the usr/ prefix when scanning for libgcc.a | Jo-Philipp Wich | 2010-09-12 | |
| | | | | SVN-Revision: 23042 | |||
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵ | Jo-Philipp Wich | 2010-09-12 | |
| | | | | | | 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_CXX | Florian Fainelli | 2010-09-11 | |
| | | | | | | 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 Fietkau | 2010-08-19 | |
| | | | | | | processes SVN-Revision: 22726 | |||
* | toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵ | Felix Fietkau | 2010-08-19 | |
| | | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723 |