diff options
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rwxr-xr-x | gcc/fixinc/mkfixinc.sh | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bedc139..065c304 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,8 @@ 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> diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index a85246d..03d9b15 100755 --- a/gcc/fixinc/mkfixinc.sh +++ b/gcc/fixinc/mkfixinc.sh @@ -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= |
