Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY ↵ | Felix Fietkau | 2014-03-22 | 1 | -0/+2 |
| | | | | | | | | variable and move TAR_OPTIONS to unpack.mk" This complicates the evaluation order for some packages SVN-Revision: 40006 | ||||
* | build: remove GREP_OPTIONS export from rules.mk, defining it in the ↵ | Felix Fietkau | 2014-03-21 | 1 | -3/+0 |
| | | | | | | | | top-level Makefile is enough Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39982 | ||||
* | build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move ↵ | Felix Fietkau | 2014-03-21 | 1 | -6/+0 |
| | | | | | | | | DISABLE_NLS to package-defaults.mk Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39980 | ||||
* | build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move ↵ | Felix Fietkau | 2014-03-21 | 1 | -6/+0 |
| | | | | | | | | TAR_OPTIONS to unpack.mk Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39979 | ||||
* | build: add a variable for the name of the ↵ | Felix Fietkau | 2014-03-10 | 1 | -10/+10 |
| | | | | | | | | {build,staging}_dir/{target,toolchain}-* directories Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39857 | ||||
* | FPU type should not interfere with the ABI selection. Also make sure we ↵ | Imre Kaloz | 2013-11-29 | 1 | -1/+8 |
| | | | | | | | | either do real soft-float or hard-float on ARM, with the right options. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38943 | ||||
* | allow configuration of the target directory for binaries | Imre Kaloz | 2013-11-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38890 | ||||
* | build: include the cpu type as part of the toolchain/target directory name | Felix Fietkau | 2013-09-26 | 1 | -11/+4 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38214 | ||||
* | build: decouple the mips16 support flag from the toolchain | Felix Fietkau | 2013-08-14 | 1 | -8/+2 |
| | | | | | | | | | Add the flags from package.mk instead, and leave libc and gcc unaffected. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37770 | ||||
* | build: unify target independent optimization options | Felix Fietkau | 2013-07-29 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600 | ||||
* | build: add required exports for dependency tracking | Felix Fietkau | 2013-07-18 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37387 | ||||
* | build: move the XARGS variable out of the host checks, since a working xargs ↵ | Felix Fietkau | 2013-07-10 | 1 | -0/+1 |
| | | | | | | | | is built in tools/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37228 | ||||
* | rules.mk: use qstrip to reduce syntax highlighting issues | Felix Fietkau | 2013-07-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37225 | ||||
* | toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵ | Felix Fietkau | 2013-05-09 | 1 | -1/+1 |
| | | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594 | ||||
* | rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is used | John Crispin | 2013-05-06 | 1 | -0/+6 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36566 | ||||
* | toolchain: allow choosing the MIPS64 user-land ABI | Florian Fainelli | 2013-04-05 | 1 | -0/+5 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36205 | ||||
* | buildroot: factor knowledge of a 64bits architecture | Florian Fainelli | 2013-04-05 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36204 | ||||
* | buildroot: allow enabling MIPS16 user-space build | Florian Fainelli | 2013-04-05 | 1 | -0/+3 |
| | | | | | | | | | | | Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36202 | ||||
* | rules.mk: MIPS16 builds get a different toolchain | Florian Fainelli | 2013-04-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | To be safe, build "m16" into the toolchain and target architecture the same way mips32r2 does: target-mips_r2_m16_uClibc-0.9.33.2 toolchain-mips_r2_m16_gcc-4.6-linaro_uClibc-0.9.33.2 Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36198 | ||||
* | rules.mk: Create TARGET_ASFLAGS; force -mno-mips16 | Florian Fainelli | 2013-04-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | Create and use a TARGET_ASFLAGS, defaulting to TARGET_CFLAGS. MIPS .S files reasonably assume they are not in mips16 mode. Because "-mips16 -mno-mips16" results in -mno-mips16, I can append that to the TARGET_ASFLAGS. This should be done with $(filter-out)? Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36197 | ||||
* | build: add a HOSTCXX variable pointing at the c++ compiler | Felix Fietkau | 2013-03-22 | 1 | -0/+3 |
| | | | | SVN-Revision: 36109 | ||||
* | fix ARCH_SUFFIX for mips64{,el}r2 | Gabor Juhos | 2013-02-20 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35688 | ||||
* | rules.mk: only select latest libgcc.a with wildcard match (#12798) | Jo-Philipp Wich | 2013-01-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 35144 | ||||
* | rules.mk: don't use $(realpath) in file_copy, the destination directory ↵ | Jo-Philipp Wich | 2012-12-02 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+18 |
| | | | | | | destination dir that would be overwritten SVN-Revision: 34437 | ||||
* | rules.mk: fix misspelled config symbol introduced by r34300 | Jo-Philipp Wich | 2012-11-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 34304 | ||||
* | rules.mk: append libc implementation to bin directory name if not using uClibc | Jo-Philipp Wich | 2012-11-22 | 1 | -0/+1 |
| | | | | SVN-Revision: 34300 | ||||
* | build: rework the package/install step - collect package install lists ↵ | Felix Fietkau | 2012-10-06 | 1 | -0/+1 |
| | | | | | | 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 | 1 | -0/+2 |
| | | | | SVN-Revision: 33508 | ||||
* | do not pass optimization flags in HOST_CPPFLAGS (#12153) | Jo-Philipp Wich | 2012-09-09 | 1 | -1/+2 |
| | | | | SVN-Revision: 33351 | ||||
* | remove duplicate HOSTCC_NOCACHE | John Crispin | 2012-08-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 33088 | ||||
* | move LIB_SUFFIX from base-files to rules.mk | Florian Fainelli | 2012-08-10 | 1 | -0/+4 |
| | | | | | | Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080 | ||||
* | fix up scons vs ccache | John Crispin | 2012-07-28 | 1 | -6/+7 |
| | | | | SVN-Revision: 32902 | ||||
* | add and export HOSTCC_NOCACHE | John Crispin | 2012-06-20 | 1 | -0/+2 |
| | | | | SVN-Revision: 32466 | ||||
* | make librpc compatible with eglibc, unconditionally enable it for packages ↵ | Felix Fietkau | 2012-06-08 | 1 | -3/+1 |
| | | | | | | that need rpc support SVN-Revision: 32129 | ||||
* | add ccache wrapper | John Crispin | 2012-06-06 | 1 | -2/+6 |
| | | | | SVN-Revision: 32075 | ||||
* | Use build suffix on build_dir paths | John Crispin | 2012-04-10 | 1 | -2/+2 |
| | | | | | | | | 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 | 1 | -1/+3 |
| | | | | SVN-Revision: 30762 | ||||
* | build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via ↵ | Felix Fietkau | 2012-03-01 | 1 | -0/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | SVN-Revision: 30759 | ||||
* | strip kernel modules more aggressively: make all global symbols local, ↵ | Felix Fietkau | 2012-02-20 | 1 | -1/+2 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+2 |
| | | | | SVN-Revision: 29754 | ||||
* | rules.mk: provide a LIBGCC_A variable | Jo-Philipp Wich | 2011-09-05 | 1 | -1/+3 |
| | | | | SVN-Revision: 28175 | ||||
* | only export GCC_HONOUR_COPTS for the built-in toolchain, fixes ↵ | Felix Fietkau | 2011-07-25 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+4 |
| | | | | SVN-Revision: 27403 | ||||
* | rules.mk: properly populate $(LIBGCC_S) for external toolchains | Jo-Philipp Wich | 2011-04-11 | 1 | -0/+5 |
| | | | | SVN-Revision: 26593 | ||||
* | set TOOLCHAIN_DIR var when using external toolchain | Felix Fietkau | 2011-04-02 | 1 | -0/+1 |
| | | | | | | | | | 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 |