Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: dd55349646fee71a04c66d51f647edd201f835aa https://github.com/crosstool-ng/crosstool-ng/commit/dd55349646fee71a04c66d51f647edd201f835aa Author: Alexey Neyman Date: 2017-03-10 (Fri, 10 Mar 2017) Changed paths: M scripts/build/companion_tools/050-make.sh Log Message: ----------- 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 Commit: 8f4db915bdb7b17a636d5ba7678bdb9c6c634cc0 https://github.com/crosstool-ng/crosstool-ng/commit/8f4db915bdb7b17a636d5ba7678bdb9c6c634cc0 Author: Alexey Neyman Date: 2017-03-11 (Sat, 11 Mar 2017) Changed paths: M scripts/build/companion_tools/050-make.sh Log Message: ----------- Merge pull request #640 from stilor/make-no-guile-canadian Disable Guile in make if building for host in canadian Compare: https://github.com/crosstool-ng/crosstool-ng/compare/af2c6c601bd8...8f4db915bdb7