- 06 Apr, 2015 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45286
-
- 15 Mar, 2015 1 commit
-
-
John Crispin authored
To be used for stuff like $(subst $(space),$(newline),$(SOME_VAR)) Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 44796
-
- 10 Feb, 2015 2 commits
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44379
-
Jo-Philipp Wich authored
Remove all rpath entries which do not point to a location below /lib or /usr/lib and which do not begin with '$ORIGIN'. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44377
-
- 06 Feb, 2015 1 commit
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44294
-
- 05 Feb, 2015 1 commit
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44272
-
- 10 Jan, 2015 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43911
-
- 27 Dec, 2014 1 commit
-
-
Felix Fietkau authored
Since GCC 4.7, GCC provides its own wrappers around ar, nm and ranlib, which should be used for builds with link-time optimization. Since GCC 4.9, using them actually necessary for LTO builds using convenience libraries to succeed. There are some packages which try to automatically detect if gcc-{ar,nm,ranlib} exist (one example is my package "fastd" in the package repository, which tries to use LTO). This breaks because the OpenWrt build system explicitly sets the binutils versions of these tools. As it doesn't cause any issues to use gcc-{ar,nm,ranlib} instead of {ar,nm,ranlib} even without LTO, this patch just makes OpenWrt use the GCC-provided versions by default, which fixes the build of such packages with GCC 4.9. (I know that builds fail though when clang is used with -flto and gcc-{ar,nm,ranlib}, but as all OpenWrt toolchains are based on GCC, this isn't a real issue.) Completely cleaning the tree (or at least `make clean toolchain/clean`) is necessary to get a consistent state after the binutils plugins support patch and this one (as trying to use gcc-{ar,nm,ranlib} with a binutils built without plugin support will definitely lead to a build failure). Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 43784
-
- 22 Oct, 2014 2 commits
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43018
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43017
-
- 20 Oct, 2014 1 commit
-
-
John Crispin authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42987
-
- 26 Aug, 2014 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42300
-
- 22 Mar, 2014 1 commit
-
-
Felix Fietkau authored
partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk" This complicates the evaluation order for some packages SVN-Revision: 40006
-
- 21 Mar, 2014 3 commits
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39982
-
Felix Fietkau authored
build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39980
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39979
-
- 10 Mar, 2014 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39857
-
- 29 Nov, 2013 1 commit
-
-
Imre Kaloz authored
FPU type should not interfere with the ABI selection. Also make sure we 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
-
- 22 Nov, 2013 1 commit
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38890
-
- 26 Sep, 2013 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38214
-
- 14 Aug, 2013 1 commit
-
-
Felix Fietkau authored
Add the flags from package.mk instead, and leave libc and gcc unaffected. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37770
-
- 29 Jul, 2013 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
-
- 18 Jul, 2013 1 commit
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37387
-
- 10 Jul, 2013 2 commits
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37228
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37225
-
- 09 May, 2013 1 commit
-
-
Felix Fietkau authored
toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594
-
- 06 May, 2013 1 commit
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36566
-
- 05 Apr, 2013 5 commits
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36205
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36204
-
Florian Fainelli authored
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
-
Florian Fainelli authored
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
-
Florian Fainelli authored
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
-
- 22 Mar, 2013 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 36109
-
- 20 Feb, 2013 1 commit
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35688
-
- 13 Jan, 2013 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 35144
-
- 02 Dec, 2012 2 commits
-
-
Jo-Philipp Wich authored
rules.mk: don't use $(realpath) in file_copy, the destination directory might not exist yet - spotted while doing a fresh build SVN-Revision: 34447
-
Jo-Philipp Wich authored
rules.mk: provide a macro "file_copy" which removes any symlink in the destination dir that would be overwritten SVN-Revision: 34437
-
- 23 Nov, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 34304
-
- 22 Nov, 2012 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 34300
-
- 06 Oct, 2012 1 commit
-
-
Felix Fietkau authored
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once SVN-Revision: 33631
-