All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] openssl: fix arch handling
Date: Wed, 29 Jul 2009 23:34:16 +0200	[thread overview]
Message-ID: <87r5vzxjfr.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20090729220919.7fd03212@surf> (Thomas Petazzoni's message of "Wed\, 29 Jul 2009 22\:09\:19 +0200")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Le Wed, 29 Jul 2009 21:49:45 +0200,
 Thomas> Peter Korsgaard <jacmet@sunsite.dk> a ?crit :

 >> -ifeq ($(BR2_ARCH),x86_64)
 >> +ifeq ($(ARCH),"x86_64")

 Thomas> unless I'm wrong this should be

 Thomas> ifeq ($(ARCH),x86_64)

 Thomas> just like the others. Or

 Thomas> ifeq ($(BR2_ARCH),"x86_64")

Argh yes, I need sleep - Will fix asap.

 Thomas> BTW, any clue why we have quotes around the value of BR2_ARCH ?

Kconfig does it for string variables.

-- 
Bye, Peter Korsgaard

      parent reply	other threads:[~2009-07-29 21:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-29 19:49 [Buildroot] [git commit] openssl: fix arch handling Peter Korsgaard
2009-07-29 20:09 ` Thomas Petazzoni
2009-07-29 21:05   ` Bernhard Reutner-Fischer
2009-07-29 21:34   ` Peter Korsgaard [this message]

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=87r5vzxjfr.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.