mkfixinc.sh: Remove special case code for unsupported variants of i?86, powerpcle, and thumb.
* fixinc/mkfixinc.sh: Remove special case code for unsupported variants of i?86, powerpcle, and thumb. From-SVN: r70888
This commit is contained in:
parent
199c4ccc89
commit
2882c71851
2 changed files with 3 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
2003-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* fixinc/mkfixinc.sh: Remove special case code for unsupported
|
||||
variants of i?86, powerpcle, and thumb.
|
||||
* fixinc/mkfixinc.sh: Remove special case code for unsupported
|
||||
arm and hppa variants.
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ case $machine in
|
|||
i370-*-openedition | \
|
||||
i?86-moss-msdos* | \
|
||||
i?86-*-moss* | \
|
||||
i?86-*-win32 | \
|
||||
i?86-*-pe | \
|
||||
i?86-*-cygwin* | \
|
||||
i?86-*-mingw32* | \
|
||||
|
@ -64,12 +63,7 @@ case $machine in
|
|||
powerpc-*-eabi* | \
|
||||
powerpc-*-rtems* | \
|
||||
powerpcle-*-eabisim* | \
|
||||
powerpcle-*-eabi* | \
|
||||
powerpcle-*-winnt* | \
|
||||
powerpcle-*-pe | \
|
||||
powerpcle-*-cygwin* | \
|
||||
thumb-*-coff* | \
|
||||
thumbel-*-coff* )
|
||||
powerpcle-*-eabi* )
|
||||
# Don't do any fixing.
|
||||
#
|
||||
fixincludes=
|
||||
|
|
Loading…
Add table
Reference in a new issue