From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [for-next: 1/2] package/make: add host variant
Date: Sat, 1 Sep 2018 14:51:03 +0200 [thread overview]
Message-ID: <20180901145103.63ea583b@windsurf> (raw)
In-Reply-To: <20180830203054.7373-1-romain.naour@gmail.com>
Hello Romain,
Thanks for your work on this topic!
On Thu, 30 Aug 2018 22:30:53 +0200, Romain Naour wrote:
> We have to ceate gnumake and gmake symlinks to make generated by
> Buildroot for the host. Otherwise the one provided by the host
> system can be used instead.
>
> The glibc build system is looking for gnumake and gmake before
> make.
But the PATH environment variable that we use has $(HOST_DIR)/bin
before the system /usr/bin, and therefore our make in
$(HOST_DIR)/bin/make should be found/used by the glibc build system
instead of the system /usr/bin/make.
Why isn't this working ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2018-09-01 12:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-30 20:30 [Buildroot] [for-next: 1/2] package/make: add host variant Romain Naour
2018-08-30 20:30 ` [Buildroot] [for-next: 2/2] dependencies: host-make version check Romain Naour
2018-09-02 20:51 ` Thomas Petazzoni
2018-09-01 12:51 ` Thomas Petazzoni [this message]
2018-09-01 19:20 ` [Buildroot] [for-next: 1/2] package/make: add host variant Romain Naour
2018-09-02 7:39 ` Thomas Petazzoni
2018-09-02 12:25 ` Romain Naour
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=20180901145103.63ea583b@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.