mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
Replace i[3456]86 with i[3-7]86
This commit is contained in:
parent
8ed969331b
commit
09a2fdfd57
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
|
||||||
|
|
||||||
|
* configure.texi: Use "i[3-7]86" in example.
|
||||||
|
|
||||||
2003-01-02 H.J. Lu <hjl@gnu.org>
|
2003-01-02 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* Makefile.in (DESTDIR): New.
|
* Makefile.in (DESTDIR): New.
|
||||||
|
@ -1451,7 +1451,7 @@ canonical configuration name (which will be the case if
|
|||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
case "$@{host@}" in
|
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-solaris2.[56789]*) do something ;;
|
||||||
sparc*-sun-solaris*) do something ;;
|
sparc*-sun-solaris*) do something ;;
|
||||||
mips*-*-elf*) 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.
|
In most cases you must be careful to match a range of processor types.
|
||||||
For most processor families, a trailing @samp{*} suffices, as in
|
For most processor families, a trailing @samp{*} suffices, as in
|
||||||
@samp{mips*} above. For the i386 family, something along the lines of
|
@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
|
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
|
on the processor, it is simpler to just replace the entire field by a
|
||||||
@samp{*}, as in @samp{*-*-irix*}.
|
@samp{*}, as in @samp{*-*-irix*}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user