Christian Marangi
|
28420cd67b
scripts/ext-toolchain: implement external GCC version detection
|
2 年之前 |
Christian Marangi
|
7be01fe13b
scripts: ext-toolchain: add support for musl
|
3 年之前 |
Christian Marangi
|
75311977f5
scripts: ext-toolchain: add support for info.mk in probe_cc
|
3 年之前 |
Christian Marangi
|
ddeabc75eb
scripts: ext-toolchain: actually probe libc type on config generation
|
3 年之前 |
Christian Marangi
|
f4dd18ca39
scripts: ext-toolchain: add option to overwrite config
|
3 年之前 |
Christian Marangi
|
53c293262f
scripts: ext-toolchain: fix wrong prefix in print_config generation
|
3 年之前 |
Josh Soref
|
08622de7d6
scripts: fix various typos
|
4 年之前 |
Florian Fainelli
|
6704410b15
scripts: Probe external toolchains for libthread-db
|
8 年之前 |
Florian Fainelli
|
08fb61d316
scripts: Probe external toolchains for libgomp
|
8 年之前 |
Jo-Philipp Wich
|
24a7ccb056
treewide: replace [email protected] with [email protected]
|
9 年之前 |
John Crispin
|
3eff7927ce
scripts: fix 64bit uclibc external toolchain detection
|
10 年之前 |
Jo-Philipp Wich
|
9622f68581
buildroot: allow specifying libc personality for external toolchains
|
12 年之前 |
Jo-Philipp Wich
|
643babfc3c
ext-toolchain.sh: don't pass CFLAGS when wrapping ld
|
13 年之前 |
Jo-Philipp Wich
|
c21b5cc34a
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.
|
13 年之前 |
Jo-Philipp Wich
|
86ddf7c7a8
ext-toolchain.sh: support --wrap with src == dest
|
13 年之前 |
Jo-Philipp Wich
|
fe60046a26
ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS
|
13 年之前 |
Jo-Philipp Wich
|
ee62b0d751
ext-toolchain.sh: fix typo
|
13 年之前 |
Jo-Philipp Wich
|
796231d95c
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.
|
13 年之前 |
Jo-Philipp Wich
|
989c73848f
ext-toolchain.sh: properly handle toolchains without sysroot support
|
13 年之前 |
Jo-Philipp Wich
|
f20b6c3ff9
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
|
13 年之前 |
Jo-Philipp Wich
|
7a563f122f
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
|
13 年之前 |