diff options
author | Daniel Mack <zonque@gmail.com> | 2011-12-06 12:45:58 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-11 23:35:07 +0100 |
commit | d9c35d5ceaaf32b939e90277edc8f14153e9524c (patch) | |
tree | 8949a33186e859c3defbcf9cd078b53e5e5d2ffb | |
parent | 22acade2ec3116021304f82d157b3c09ab22f45e (diff) | |
download | buildroot-novena-d9c35d5ceaaf32b939e90277edc8f14153e9524c.tar.gz buildroot-novena-d9c35d5ceaaf32b939e90277edc8f14153e9524c.zip |
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>
-rw-r--r-- | 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 5ada36d6f..e9e87ef24 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)) |