From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] openssl: fix arch handling
Date: Wed, 29 Jul 2009 22:09:19 +0200 [thread overview]
Message-ID: <20090729220919.7fd03212@surf> (raw)
In-Reply-To: <20090729195158.099A8777F5@busybox.osuosl.org>
Le Wed, 29 Jul 2009 21:49:45 +0200,
Peter Korsgaard <jacmet@sunsite.dk> a ?crit :
> -ifeq ($(BR2_ARCH),x86_64)
> +ifeq ($(ARCH),"x86_64")
unless I'm wrong this should be
ifeq ($(ARCH),x86_64)
just like the others. Or
ifeq ($(BR2_ARCH),"x86_64")
BTW, any clue why we have quotes around the value of BR2_ARCH ?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2009-07-29 20:09 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 [this message]
2009-07-29 21:05 ` Bernhard Reutner-Fischer
2009-07-29 21:34 ` Peter Korsgaard
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=20090729220919.7fd03212@surf \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox