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>
* 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.
2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
......
......@@ -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=
......
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