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/configure.host')
-rw-r--r--newlib/configure.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index b6d223795..1e1ac19ee 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -245,6 +245,12 @@ if [ "${newlib_io_pos_args}" = "yes" ] ; then
newlib_cflags="${newlib_cflags} -DWANT_IO_POS_ARGS"
fi
+# Specify EL/IX level
+
+if [ "${newlib_elix_level}" != "0" ] ; then
+ newlib_cflags="${newlib_cflags} -D_ELIX_LEVEL=${newlib_elix_level}"
+fi
+
# Verify if shared newlib support is allowed and set appropriate variables
# We don't want to use libtool for platforms that we are not going to
# support shared libraries. This is because it adds executable tests which