Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH next] package/daemon: bump to version 0.7
Date: Tue, 08 Dec 2020 07:44:22 +0200	[thread overview]
Message-ID: <87im9csvgp.fsf@tarshish> (raw)
In-Reply-To: <20201207225906.58a9f0db@windsurf.home>

Hi Thomas,

On Mon, Dec 07 2020, Thomas Petazzoni wrote:
> On Sat, 21 Nov 2020 19:50:54 +0200
> Baruch Siach <baruch@tkos.co.il> wrote:
>>  define DAEMON_CONFIGURE_CMDS
>> -	(cd $(@D); ./config)
>> +	(cd $(@D); ./configure)
>
> What is the config/configure script doing? Indeed, it seems odd that
> when cross-compiling, we don't need to pass it the
> cross-compiler/cross-linker/CFLAGS, etc. ?

This script does only this:

case "`uname -a`" in
        Linux*)
                echo "Configuring for linux"
                conf/linux
                ;;
...

The conf/linux script modifies a few Makefiles and headers for generic
Linux build. Nothing architecture specific. This works because we assume
that host and target are both Linux.

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

  reply	other threads:[~2020-12-08  5:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-21 17:50 [Buildroot] [PATCH next] package/daemon: bump to version 0.7 Baruch Siach
2020-12-07 21:59 ` Thomas Petazzoni
2020-12-08  5:44   ` Baruch Siach [this message]
2020-12-08  7:51     ` Thomas Petazzoni

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=87im9csvgp.fsf@tarshish \
    --to=baruch@tkos.co.il \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox