]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libffi: enable host target
authorDaniel Mack <zonque@gmail.com>
Tue, 6 Dec 2011 11:45:58 +0000 (12:45 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Dec 2011 22:35:07 +0000 (23:35 +0100)
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>
package/libffi/libffi.mk

index 5ada36d6f6681749fe5fe613471154a3efec79f4..e9e87ef242d7fbd37e759b69b846c91f751719a6 100644 (file)
@@ -32,4 +32,5 @@ endef
 LIBFFI_POST_INSTALL_TARGET_HOOKS += LIBFFI_MOVE_TARGET_HEADERS
 
 $(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))