- Apr 06, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45286
-
- Mar 15, 2015
-
-
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
-
- Feb 10, 2015
-
-
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
-
- Feb 06, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44294
-
- Feb 05, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44272
-
- Jan 10, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43911
-
- Dec 27, 2014
-
-
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
-
- Oct 22, 2014
-
-
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
-
- Oct 20, 2014
-
-
John Crispin authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42987
-
- Aug 26, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42300
-
- Mar 22, 2014
-
-
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
-
- Mar 21, 2014
-
-
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
-
- Mar 10, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39857
-
- Nov 29, 2013
-
-
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
-
- Nov 22, 2013
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38890
-
- Sep 26, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38214
-
- Aug 14, 2013
-
-
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
-
- Jul 29, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
-
- Jul 18, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37387
-
- Jul 10, 2013
-
-
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
-
- May 09, 2013
-
-
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
-
- May 06, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36566
-
- Apr 05, 2013
-
-
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
-
- Mar 22, 2013
-
-
Felix Fietkau authored
SVN-Revision: 36109
-
- Feb 20, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35688
-
- Jan 13, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 35144
-
- Dec 02, 2012
-
-
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
-
- Nov 23, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 34304
-
- Nov 22, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 34300
-
- Oct 06, 2012
-
-
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
-