aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/acx.m43
-rw-r--r--config/mt-mep8
2 files changed, 11 insertions, 0 deletions
diff --git a/config/acx.m4 b/config/acx.m4
index c5e7ad0..107fd76 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -518,4 +518,7 @@ AC_DEFUN([ACX_CHECK_PROG_VER],[
else
gcc_cv_prog_$2_modern=no
fi
+ if test $gcc_cv_prog_$2_modern = no; then
+ $1="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing $2"
+ fi
])
diff --git a/config/mt-mep b/config/mt-mep
new file mode 100644
index 0000000..849d128
--- /dev/null
+++ b/config/mt-mep
@@ -0,0 +1,8 @@
+
+EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
+EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils
+
+all-utils : all-libiberty
+
+install-utils : all-libiberty
+