Commit 2882c718 by Nathanael Nerode

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
parent 199c4ccc
2003-08-28 Nathanael Nerode <neroden@gcc.gnu.org> 2003-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
* fixinc/mkfixinc.sh: Remove special case code for unsupported * 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. arm and hppa variants.
2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
......
...@@ -53,7 +53,6 @@ case $machine in ...@@ -53,7 +53,6 @@ case $machine in
i370-*-openedition | \ i370-*-openedition | \
i?86-moss-msdos* | \ i?86-moss-msdos* | \
i?86-*-moss* | \ i?86-*-moss* | \
i?86-*-win32 | \
i?86-*-pe | \ i?86-*-pe | \
i?86-*-cygwin* | \ i?86-*-cygwin* | \
i?86-*-mingw32* | \ i?86-*-mingw32* | \
...@@ -64,12 +63,7 @@ case $machine in ...@@ -64,12 +63,7 @@ case $machine in
powerpc-*-eabi* | \ powerpc-*-eabi* | \
powerpc-*-rtems* | \ powerpc-*-rtems* | \
powerpcle-*-eabisim* | \ powerpcle-*-eabisim* | \
powerpcle-*-eabi* | \ powerpcle-*-eabi* )
powerpcle-*-winnt* | \
powerpcle-*-pe | \
powerpcle-*-cygwin* | \
thumb-*-coff* | \
thumbel-*-coff* )
# Don't do any fixing. # Don't do any fixing.
# #
fixincludes= fixincludes=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment