All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Mack <zonque@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] libffi: enable host target
Date: Tue,  6 Dec 2011 12:45:58 +0100	[thread overview]
Message-ID: <1323171959-24873-3-git-send-email-zonque@gmail.com> (raw)
In-Reply-To: <1323171959-24873-1-git-send-email-zonque@gmail.com>

libffi is a new requirement for libglib, and as libglib has to be built
for the host as well, libffi has to follow.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 package/libffi/libffi.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk
index 5ada36d..e9e87ef 100644
--- a/package/libffi/libffi.mk
+++ b/package/libffi/libffi.mk
@@ -32,4 +32,5 @@ endef
 LIBFFI_POST_INSTALL_TARGET_HOOKS += LIBFFI_MOVE_TARGET_HEADERS
 
 $(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))
 
-- 
1.7.7.3

  parent reply	other threads:[~2011-12-06 11:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 11:45 [Buildroot] [PATCH 0/3] libglib bump + host-ffi dependency resolved Daniel Mack
2011-12-06 11:45 ` [Buildroot] [PATCH 1/3] libffi: remove invalid variable 'includedir' in .pc file Daniel Mack
2011-12-11 22:41   ` Peter Korsgaard
2011-12-06 11:45 ` Daniel Mack [this message]
2011-12-11 22:42   ` [Buildroot] [PATCH 2/3] libffi: enable host target Peter Korsgaard
2011-12-06 11:45 ` [Buildroot] [PATCH 3/3] libglib2: bump to version 2.30.2 Daniel Mack
2011-12-11 22:41   ` 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=1323171959-24873-3-git-send-email-zonque@gmail.com \
    --to=zonque@gmail.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.