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:
authorcvs2svn <>2003-05-17 03:40:09 +0400
committercvs2svn <>2003-05-17 03:40:09 +0400
commit4779d8d70ca3b3f48ee6a9a828f5a537a41fd24b (patch)
treeb892e7ae96a50efe9323d8addbce139609120c98 /etc/configure.texi
parent78a97d37bbe1abae26cc68ad87c93e80a69b08df (diff)
This commit was manufactured by cvs2svn to create tagkettenis_i386newframe-20030517-mergepoint
'kettenis_i386newframe-20030517-mergepoint'. Sprout from jimb-ppc64-linux-20030509-branch 2003-05-09 11:36:10 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'jimb-' Cherrypick from master 2003-05-16 23:40:08 UTC Michael Snyder <msnyder@redhat.com> '2003-05-14 Michael Snyder <msnyder@redhat.com>': ChangeLog Makefile.in Makefile.tpl config.guess config.sub configure configure.in etc/ChangeLog etc/configure.texi include/ChangeLog include/elf/ChangeLog include/elf/h8.h include/libiberty.h include/opcode/ChangeLog include/opcode/m68hc11.h
Diffstat (limited to 'etc/configure.texi')
-rw-r--r--etc/configure.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/configure.texi b/etc/configure.texi
index 91401671f..d69dc414d 100644
--- a/etc/configure.texi
+++ b/etc/configure.texi
@@ -1451,7 +1451,7 @@ canonical configuration name (which will be the case if
@smallexample
case "$@{host@}" in
-i[3456]86-*-linux-gnu*) do something ;;
+i[3-7]86-*-linux-gnu*) do something ;;
sparc*-sun-solaris2.[56789]*) do something ;;
sparc*-sun-solaris*) do something ;;
mips*-*-elf*) do something ;;
@@ -1465,7 +1465,7 @@ field, in order to match the version number which will be generated by
In most cases you must be careful to match a range of processor types.
For most processor families, a trailing @samp{*} suffices, as in
@samp{mips*} above. For the i386 family, something along the lines of
-@samp{i[3456]86} suffices at present. For the m68k family, you will
+@samp{i[3-7]86} suffices at present. For the m68k family, you will
need something like @samp{m68*}. Of course, if you do not need to match
on the processor, it is simpler to just replace the entire field by a
@samp{*}, as in @samp{*-*-irix*}.