projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22acade
)
libffi: enable host target
author
Daniel Mack
<zonque@gmail.com>
Tue, 6 Dec 2011 11:45:58 +0000
(12:45 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/libffi/libffi.mk
b/package/libffi/libffi.mk
index 5ada36d6f6681749fe5fe613471154a3efec79f4..e9e87ef242d7fbd37e759b69b846c91f751719a6 100644
(file)
--- 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))