[Buildroot] [git commit] libffi: enable host target

Peter Korsgaard jacmet at sunsite.dk
Sun Dec 11 22:35:07 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=d9c35d5ceaaf32b939e90277edc8f14153e9524c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 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))
 



More information about the buildroot mailing list