* [crosstool-ng/crosstool-ng] dd5534: Disable Guile in make if building for host in cana...
@ 2017-03-11 21:04 Alexey Neyman
0 siblings, 0 replies; only message in thread
From: Alexey Neyman @ 2017-03-11 21:04 UTC (permalink / raw)
To: crossgcc
[-- Attachment #1: Type: text/plain, Size: 1651 bytes --]
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 <stilor@att.net>
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 <stilor@att.net>
Commit: 8f4db915bdb7b17a636d5ba7678bdb9c6c634cc0
https://github.com/crosstool-ng/crosstool-ng/commit/8f4db915bdb7b17a636d5ba7678bdb9c6c634cc0
Author: Alexey Neyman <stilor@att.net>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-11 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 21:04 [crosstool-ng/crosstool-ng] dd5534: Disable Guile in make if building for host in cana Alexey Neyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).