public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Justin Chen <justinpopo6@gmail.com>
To: crossgcc@sourceware.org
Subject: cross-pkg-config support
Date: Thu, 21 Jun 2018 19:04:00 -0000	[thread overview]
Message-ID: <CAJx26kVGvxiYfAYaE-2JFNOVVxf1_0Vf-6w-zsYHLkfTMAonnQ@mail.gmail.com> (raw)

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

                 reply	other threads:[~2018-06-21 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJx26kVGvxiYfAYaE-2JFNOVVxf1_0Vf-6w-zsYHLkfTMAonnQ@mail.gmail.com \
    --to=justinpopo6@gmail.com \
    --cc=crossgcc@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).