crosstool-ng/scripts/build/companion_tools
Alexey Neyman dd55349646 Disable Guile in make if building for host in canadian
make's configure uses pkg-config to detect if Guile should be enabled;
on ArchLinux, this picks up Guile from build machine's pkgconfig and then
it fails to compile.

A better solution might be to create a ${CT_HOST}-pkg-config in
buildtools/bin that would report "unsupported" for all packages.
However a quick grep only showed pkg-config being used by GCJ
(not sure if it will build in canadian cross - we don't have any
samples with GCJ) and Blackfin simulator in GDB (Blackfin is not
currently supported by crosstool-ng). Hence, leave such pkg-config
implementation and testing for another day.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-03-10 11:59:52 -08:00
..
050-make.sh Disable Guile in make if building for host in canadian 2017-03-10 11:59:52 -08:00
100-m4.sh Run all configure scripts using ${CONFIG_SHELL} 2017-01-25 00:06:28 -08:00
200-autoconf.sh Run all configure scripts using ${CONFIG_SHELL} 2017-01-25 00:06:28 -08:00
300-automake.sh Run all configure scripts using ${CONFIG_SHELL} 2017-01-25 00:06:28 -08:00
400-libtool.sh Run all configure scripts using ${CONFIG_SHELL} 2017-01-25 00:06:28 -08:00