libffi: enable host target

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Daniel Mack 2011-12-06 12:45:58 +01:00 committed by Peter Korsgaard
parent 22acade2ec
commit d9c35d5cea

View File

@ -32,4 +32,5 @@ endef
LIBFFI_POST_INSTALL_TARGET_HOOKS += LIBFFI_MOVE_TARGET_HEADERS
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))