From: Daniel Mack Date: Tue, 6 Dec 2011 11:45:58 +0000 (+0100) Subject: libffi: enable host target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9c35d5ceaaf32b939e90277edc8f14153e9524c;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk index 5ada36d6f6..e9e87ef242 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))