aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ext-toolchain.sh
Commit message (Expand)AuthorAgeFilesLines
* scripts: Probe external toolchains for libthread-dbFlorian Fainelli2017-05-111-0/+1
* scripts: Probe external toolchains for libgompFlorian Fainelli2017-05-111-1/+2
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* scripts: fix 64bit uclibc external toolchain detectionJohn Crispin2015-07-141-1/+1
* buildroot: allow specifying libc personality for external toolchainsJo-Philipp Wich2013-02-201-0/+4
* ext-toolchain.sh: don't pass CFLAGS when wrapping ldJo-Philipp Wich2012-05-011-1/+1
* ext-toolchain.sh: rework generated gcc wrapper Only append -L and -Wl,-rpath-...Jo-Philipp Wich2012-01-291-13/+44
* ext-toolchain.sh: support --wrap with src == destJo-Philipp Wich2012-01-291-3/+9
* ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLSJo-Philipp Wich2012-01-191-2/+2
* ext-toolchain.sh: fix typoJo-Philipp Wich2012-01-191-2/+1
* ext-toolchain.sh: add option to write .config Add a new --config option to ge...Jo-Philipp Wich2012-01-181-3/+137
* ext-toolchain.sh: properly handle toolchains without sysroot supportJo-Philipp Wich2012-01-181-9/+6
* ext-toolchain.sh: - use GCC's own idea of the target name (-dumpmachine) - di...Jo-Philipp Wich2012-01-181-21/+21
* add ext-toolchain.sh, a utility for external toolchains The ext-toolchain.sh ...Jo-Philipp Wich2012-01-181-0/+410