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.host5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 7157877ff..0a1ba282a 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -938,11 +938,6 @@ fi
# Target-specific defaults
case "${host_cpu}" in
nvptx*)
- if [ "x${newlib_elix_level}" = "x0" ]; then
- newlib_elix_level=1;
- elif [ "x${newlib_elix_level}" != "x1" ]; then
- newlib_msg_warn="nvptx does not support elix level > 1";
- fi
if [[ -z ${newlib_global_stdio_streams} ]]; then
newlib_global_stdio_streams="yes";
fi