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:
authorJeff Johnston <jjohnstn@redhat.com>2003-05-31 01:47:40 +0400
committerJeff Johnston <jjohnstn@redhat.com>2003-05-31 01:47:40 +0400
commit102861c9a6bf740801e08939a975ab97c9ede26c (patch)
treedefe20533b49a436d57e09b1f7fea8a941a70b27 /newlib/configure
parentad767835c919d73202271483dfba2b185e2219ed (diff)
2003-05-30 Kelley Cook <kelleycook@wideopenwest.com>
* configure.host: Allow i[34567]86 variant. * configure.in: Likewise. * README: Likewise to the docs. * configure: Regenerated. * Makefile.in: Ditto.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure
index 62d0b61ce..599079a97 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -3091,7 +3091,7 @@ fi
EXTRA_DIRS=
case $host in
- i345686-pc-linux-*)
+ i[34567]86-pc-linux-*)
configdirs="${configdirs} iconvdata"
EXTRA_DIRS=iconvdata
;;