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/libc/sys/netware/configure')
-rwxr-xr-xnewlib/libc/sys/netware/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/sys/netware/configure b/newlib/libc/sys/netware/configure
index aca3c4bb9..1ef0c8041 100755
--- a/newlib/libc/sys/netware/configure
+++ b/newlib/libc/sys/netware/configure
@@ -3396,6 +3396,12 @@ else
fi
+# Emit any target-specific warnings.
+if test "x${newlib_msg_warn}" != "x"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${newlib_msg_warn}" >&5
+$as_echo "$as_me: WARNING: ${newlib_msg_warn}" >&2;}
+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}