- Jan 18, 2012
-
-
Jo-Philipp Wich authored
ext-toolchain.sh: add option to write .config Add a new --config option to generate a .config from a given toolchain, this allows for easy integration of external toolchains, e.g. ./scripts/ext-toolchain.sh --toolchain /opt/mips-2011.03 --cflags "-muclibc" --config atheros to setup a ready-to-compile atheros target using the external CodeSourcery toolchain. SVN-Revision: 29780
-
Jo-Philipp Wich authored
SVN-Revision: 29772
-
Jo-Philipp Wich authored
ext-toolchain.sh: - use GCC's own idea of the target name (-dumpmachine) - display help if called without args - add copyright foo - remove some leftover flag handling code SVN-Revision: 29769
-
Jo-Philipp Wich authored
add patch-specs.sh, a utility for modifying GCC specs The patch-specs.sh utility dumps the GCC specs of a given toolchain and modifies them to always include $STAGING_DIR in the link and compiler command lines, this makes most -I and -L flags unnecessary and lets the compiler automatically find libraries and headers in the staging dir, also solves the majority of -rpath issues. SVN-Revision: 29767
-
Jo-Philipp Wich authored
add ext-toolchain.sh, a utility for external toolchains The ext-toolchain.sh utility script implements various external toolchain tasks: * Testing of available features, like c++, soft-float or ipv6 support * Finding the libc implementation (uclibc or eglibc/glibc) * Inferring the GNU target name * Finding shared objects for packaging (libc, libpthread, ...) * Finding executables for packaging (ldd, gdbserver, ...) * Generating wrapper scripts for toolchain commands SVN-Revision: 29765
-
- Jan 08, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29695
-
- Dec 01, 2011
-
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29396
-
- Nov 30, 2011
-
-
Nicolas Thill authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29358
-
- Nov 19, 2011
-
-
Felix Fietkau authored
SVN-Revision: 29262
-
Felix Fietkau authored
scripts/env: make mv and cp operations more robust (treat dotfiles appropriately) (based on patch by Rolf Leggewie) SVN-Revision: 29261
-
Felix Fietkau authored
SVN-Revision: 29260
-
- Nov 16, 2011
-
-
Michael Büsch authored
SVN-Revision: 29190
-
- Oct 28, 2011
-
-
Felix Fietkau authored
scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) SVN-Revision: 28658
-
- Oct 26, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 28604
-
- Oct 21, 2011
-
-
Felix Fietkau authored
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets (based on patch from #10212) SVN-Revision: 28503
-
- Jul 04, 2011
-
-
John Crispin authored
SVN-Revision: 27444
-
- Jul 03, 2011
-
-
John Crispin authored
SVN-Revision: 27416
-
Jo-Philipp Wich authored
SVN-Revision: 27376
-
- Jul 02, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27344
-
- Jun 23, 2011
-
-
Jo-Philipp Wich authored
metadata.pl: fix handling of multiple conditional depends that reference the same package (exposed by previous hotplug2 changes), also kill duplicate dependency specs while we're at it SVN-Revision: 27267
-
- Jun 20, 2011
-
-
Jo-Philipp Wich authored
scripts/config/.gitignore omits source files scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. Signed-off-by:
Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
-
- Jun 15, 2011
-
-
Hauke Mehrtens authored
Signed-off-by:
Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184
-
- May 30, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27033
-
- May 24, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26988
-
- May 17, 2011
-
-
Felix Fietkau authored
metadata: do not emit feature flag selects for targets which have subtargets - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon SVN-Revision: 26926
-
- May 13, 2011
-
-
Hamish Guthrie authored
SVN-Revision: 26885
-
- Apr 05, 2011
-
-
Felix Fietkau authored
add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages SVN-Revision: 26491
-
- Apr 01, 2011
-
-
John Crispin authored
Signed-of-by:
Benjamin Cama <benoar@dolka.fr> SVN-Revision: 26391
-
- Mar 28, 2011
-
-
Felix Fietkau authored
SVN-Revision: 26349
-
- Mar 01, 2011
-
-
Felix Fietkau authored
base-files: relink uclibc and libgcc libraries to remove leftovers of the statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs SVN-Revision: 25800
-
- Feb 27, 2011
-
-
Jo-Philipp Wich authored
add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4 SVN-Revision: 25753
-
- Feb 23, 2011
-
-
Jo-Philipp Wich authored
Since the output of ipkg-make-index.sh is unconditionally used to create the Packages file, sending the errors into this file is unacceptable (both because they are not shown to users and because they make an invalid Packages file). For incorrect invocation, write to stderr. For errors from which, send to /dev/null with stdout. Signed-off-by:
Kevin Locke <klocke@digitalenginesoftware.com> SVN-Revision: 25677
-
- Feb 19, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 25589
-
- Feb 13, 2011
-
-
Felix Fietkau authored
SVN-Revision: 25505
-
- Jan 29, 2011
-
-
Felix Fietkau authored
scripts/diffconfig.sh: use the new kconfig mode to remove some more unnecessary entries in the generated output SVN-Revision: 25233
-
Felix Fietkau authored
SVN-Revision: 25232
-
Felix Fietkau authored
add scripts/diffconfig.sh: a tool for making reduced .config files these files contain only the target selection and options that differ from the default settings this makes it much easier to review .config files SVN-Revision: 25231
-
Felix Fietkau authored
SVN-Revision: 25230
-
- Jan 16, 2011
-
-
Felix Fietkau authored
mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale 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
-
- Dec 18, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 24686
-