summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs/110-mpfr.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-11-05 23:49:19 (GMT)
committerAlexey Neyman <stilor@att.net>2015-11-13 18:24:22 (GMT)
commit6f7e6b9969681cb3f85464066fa819fa90060783 (patch)
tree38c38c52c2561153342b6cb843402f2a50f9a04f /scripts/build/companion_libs/110-mpfr.sh
parente78251b75158689ace2194e8c87aa7b7bb5ec951 (diff)
Build companion libs for target.
Currently, only libelf has a for-target step - but it generalizes the step to hook other libraries into this step. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/companion_libs/110-mpfr.sh')
-rw-r--r--scripts/build/companion_libs/110-mpfr.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/companion_libs/110-mpfr.sh b/scripts/build/companion_libs/110-mpfr.sh
index bef2283..bcbe90f 100644
--- a/scripts/build/companion_libs/110-mpfr.sh
+++ b/scripts/build/companion_libs/110-mpfr.sh
@@ -6,6 +6,7 @@ do_mpfr_get() { :; }
do_mpfr_extract() { :; }
do_mpfr_for_build() { :; }
do_mpfr_for_host() { :; }
+do_mpfr_for_target() { :; }
# Overide function depending on configuration
if [ "${CT_MPFR}" = "y" ]; then