Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 8b18097f4..8c2cdc3b8 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -221,6 +221,11 @@ AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
+# Emit any target-specific warnings.
+if test "x${newlib_msg_warn}" != "x"; then
+ AC_MSG_WARN([${newlib_msg_warn}])
+fi
+
# Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we
# use oext, which is set in configure.host based on the target platform.
OBJEXT=${oext}