- May 11, 2017
-
-
Florian Fainelli authored
Now that libgomp can be a package, probe external toolchains for that library. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Jun 07, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jul 14, 2015
-
-
John Crispin authored
according to gcc, UCLIBC_DYNAMIC_LINKER64 Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46362
-
- Feb 20, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 35703
-
- May 01, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 31549
-
- Jan 29, 2012
-
-
Jo-Philipp Wich authored
ext-toolchain.sh: rework generated gcc wrapper Only append -L and -Wl,-rpath-link flags if the command line contains -l, -L, -shared or -static flags; this is needed to suppress "-rpath-link: linker input file unused because linking not done" on each cc invocation. SVN-Revision: 29946
-
Jo-Philipp Wich authored
SVN-Revision: 29944
-
- Jan 19, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29782
-
Jo-Philipp Wich authored
SVN-Revision: 29781
-
- 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 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
-