* configure.host:  Allow i[34567]86 variant.
        * configure.in: Likewise.
        * README: Likewise to the docs.
        * configure: Regenerated.
        * Makefile.in: Ditto.
This commit is contained in:
Jeff Johnston
2003-05-30 21:47:40 +00:00
parent ad767835c9
commit 102861c9a6
5 changed files with 20 additions and 12 deletions

2
newlib/configure vendored
View File

@ -3091,7 +3091,7 @@ fi
EXTRA_DIRS=
case $host in
i345686-pc-linux-*)
i[34567]86-pc-linux-*)
configdirs="${configdirs} iconvdata"
EXTRA_DIRS=iconvdata
;;