mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
Update new companion libs with *_for_target.
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
be2203be68
commit
847d1d8abf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user