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')
-rwxr-xr-xnewlib/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/configure b/newlib/configure
index 3b4c31eca..62d0b61ce 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -3090,6 +3090,12 @@ else
fi
EXTRA_DIRS=
+case $host in
+ i345686-pc-linux-*)
+ configdirs="${configdirs} iconvdata"
+ EXTRA_DIRS=iconvdata
+ ;;
+esac
# These get added in the top-level configure.in, except in the case where