crosstool-ng/scripts/build
Alexey Neyman 62d357d3c0 Unbreak static cross-gdb.
GDB's configure mishandles the libexpat.{so,a} libraries when it is
given -static in CFLAGS AND --with-libexpat-prefix in configure's args:
it checks for <prefix>/lib/libexpat.so and finding that, attempts to
link it as `gcc -static .. conftest.c <prefix>/lib/libexpat.so`; this
obviously fails (.so cannot be statically linked), so configure assumes
libexpat is unusable. Thus, --with-libexpat-prefix is dangerous and
should be avoided; instead, configure should find the libraries via the
supplied CC/LD definitions.
2016-04-01 18:15:39 -07:00
..
arch xtensa: Remove support for CT_CUSTOM_LOCATION_ROOT_DIR 2015-12-08 07:20:35 -08:00
binutils elf2flt: Use openadk version of elf2flt 2016-01-13 05:58:28 -08:00
cc scripts/build/cc: pass FLAGS_FOR_TARGET in do_gcc_core_backend 2016-03-15 17:14:16 +03:00
companion_libs libelf: Cygwin fix for UNC paths 2016-01-03 15:53:09 +00:00
companion_tools consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
debug Unbreak static cross-gdb. 2016-04-01 18:15:39 -07:00
kernel linux: allow arm* to build headers for no-mmu 2016-01-13 06:03:27 -08:00
libc newlib: add option to enable nano formatted io 2016-03-08 04:48:27 -08:00
test_suite consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
cc.sh Whitespace: We don't use tabs in shell or kconfig files 2015-12-08 10:55:17 -08:00
companion_libs.sh Build companion libs for target. 2015-11-13 10:24:22 -08:00
companion_tools.sh companion_tools/autoconf: add autoconf tool 2010-01-12 21:09:30 +01:00
debug.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00
internals.sh consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
test_suite.sh test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00