Update new companion libs with *_for_target.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2015-11-13 10:34:13 -08:00
parent be2203be68
commit 847d1d8abf
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ do_libiconv_get() { :; }
do_libiconv_extract() { :; }
do_libiconv_for_build() { :; }
do_libiconv_for_host() { :; }
do_libiconv_for_target() { :; }
if [ "${CT_LIBICONV}" = "y" ]; then

View File

@ -4,6 +4,7 @@ do_gettext_get() { :; }
do_gettext_extract() { :; }
do_gettext_for_build() { :; }
do_gettext_for_host() { :; }
do_gettext_for_target() { :; }
if [ "${CT_GETTEXT}" = "y" ]; then