public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* cross-pkg-config support
@ 2018-06-21 19:04 Justin Chen
  0 siblings, 0 replies; only message in thread
From: Justin Chen @ 2018-06-21 19:04 UTC (permalink / raw)
  To: crossgcc

Hello,

Looks like crosstool-ng doesn't support a cross-pkg-config wrapper
script. (Unless I am missing it).

Is this something that sounds reasonable to support?
I assume it'll look something like this.
https://github.com/raspberrypi/tools/blob/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-pkg-config

I believe the last line...
exec "$0-real" "$@"
could be replaced with...
exec pkg-config "$@"
Then we will not need a pkg-config-real binary.

Thoughts on this?

Thanks,
Justin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-21 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21 19:04 cross-pkg-config support Justin Chen

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).